Color Hex Logo

#d1cffd Color Hex

#D1CFFD
(209,207,253)
0 Favorites   0 Comments

Color spaces of #d1cffd

RGB 209207253
HSL0.670.920.90
HSV243°18°99°
CMYK 0.170.180.00   0.01
XYZ66.336965.2728102.0311
Yxy65.27280.28390.2794
Hunter Lab80.79165.1787-18.3228
CIE-Lab84.62419.7910-22.2237

#d1cffd color RGB value is (209,207,253).

#d1cffd hex color red value is 209, green value is 207 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d1cffd hue: 0.67 , saturation: 0.92 and the lightness value of d1cffd is 0.90.

The process color (four color CMYK) of #d1cffd color hex is 0.17, 0.18, 0.00, 0.01. Web safe color of #d1cffd is #ccccff. Color #d1cffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11001111 11111101
Octal 321 317 375
Decimal 209 207 253
Hex D1 CF FD

RGB Percentages of Color #d1cffd

%31.24
%30.94
%37.82

CMYK Percentages of Color #d1cffd

%17
%18
%0
%1

Triadic Colors of #d1cffd

#d1cffd #fdd1cf #cffdd1

Analogous Colors of #d1cffd

#d1cffd #e8cffd #cfe4fd

Monochromatic Colors of #d1cffd

#d1cffd

Complementary Color

#d1cffd #fbfdcf

#d1cffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1cffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1cffd Color CSS Codes

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

#d1cffd Text Font Color

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

This sample text font color is #d1cffd
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.


#d1cffd Background Color

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

This div background color is #d1cffd


#d1cffd Border Color

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

This div border color is #d1cffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1cffd


Comments

No comments written yet.

Please login to write comment.