Color Hex Logo

#d3cfef Color Hex

#D3CFEF
(211,207,239)
0 Favorites   0 Comments

Color spaces of #d3cfef

RGB 211207239
HSL0.690.500.87
HSV248°13°94°
CMYK 0.120.130.00   0.06
XYZ64.756864.706590.7379
Yxy64.70650.29410.2939
Hunter Lab80.44042.9270-10.5717
CIE-Lab84.33237.4992-15.2220

#d3cfef color RGB value is (211,207,239).

#d3cfef hex color red value is 211, green value is 207 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d3cfef hue: 0.69 , saturation: 0.50 and the lightness value of d3cfef is 0.87.

The process color (four color CMYK) of #d3cfef color hex is 0.12, 0.13, 0.00, 0.06. Web safe color of #d3cfef is #ccccff. Color #d3cfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001111 11101111
Octal 323 317 357
Decimal 211 207 239
Hex D3 CF EF

RGB Percentages of Color #d3cfef

%32.12
%31.51
%36.38

CMYK Percentages of Color #d3cfef

%12
%13
%0
%6

Triadic Colors of #d3cfef

#d3cfef #efd3cf #cfefd3

Analogous Colors of #d3cfef

#d3cfef #e3cfef #cfdbef

Monochromatic Colors of #d3cfef

#d3cfef

Complementary Color

#d3cfef #ebefcf

#d3cfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3cfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3cfef Color CSS Codes

.mybgcolor {background-color:#d3cfef; } 
.myforecolor {color:#d3cfef; }
.mybordercolor {border:3px solid #d3cfef; }

#d3cfef Text Font Color

<p style="color:#d3cfef">Text here</p>

This sample text font color is #d3cfef
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d3cfef Background Color

<div style="background-color:#d3cfef">
Div content here</div>

This div background color is #d3cfef


#d3cfef Border Color

<div style="border:3px solid #d3cfef">
Div here</div>

This div border color is #d3cfef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,207,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d3cfef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d3cfef;
  -webkit-box-shadow: 1px 1px 3px 2px #d3cfef;
  box-shadow:         1px 1px 3px 2px #d3cfef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,207,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d3cfef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d3cfef;
  -webkit-box-shadow: 1px 1px 3px 2px #d3cfef;
  box-shadow:         1px 1px 3px 2px #d3cfef;">
Div content here</div>

This div box has shadow with color #d3cfef


Comments

No comments written yet.

Please login to write comment.