#D7CEEA

Color #D7CEEA Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #D7CEEA

Tints of Fog #D7CEEA

Color information

#D7CEEA (or 0xD7CEEA) is unknown color: approx Fog. HEX triplet: D7, CE and EA. RGB value is (215,206,234). Sum of RGB (Red+Green+Blue) = 215+206+234=655 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.82% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7CEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CEEA is #283115. Grayscale: #D3D3D3. Windows color (decimal): -2634006 or 15388375. OLE color: 15388375.

HSL color Cylindrical-coordinate representation of color #D7CEEA: hue angle of 259.29º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7CEEA is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB215206234-
CMYK0.080.1200.08
HSL259.29º40%86.27%-
HSV(B)259.29º11.97%91.76%-
XYZ64.9564.5386.87-
YUV211.88140.48130.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 32.82%
GREEN value IS 206 (80.86% from 255) = 31.45%
BLUE value IS 234 (91.80% from 255) = 35.73%
R=32.82%
G=31.45%
B=35.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152062340.080.1200.08259.294086.27
HexD7CEEA8C081032856
Octal327316352101401040350126
Binary11010111110011101110101010001100010001000000111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CEEA; }

 p { color: rgb(215,206,234); }

 H1.HeaderClassName
 {
   color: #D7CEEA;
 }
 .AnyTagClassName
 {
   color: #D7CEEA;
 }
</style>
background-color css

<style>
 a { background-color: #D7CEEA; }

 a { background-color: rgb(215,206,234); }

 div.DivClassName
 {
   background-color: #D7CEEA;
 }
 .BgClassName
 {
   background-color: #D7CEEA;
 }
</style>
border-color css

<style>
 span { border-color: #D7CEEA; }

 span { border-color: rgb(215,206,234); }

 td.TdClassName
 {
   border-color: #D7CEEA;
 }
 .TagClassName
 {
   border-color: #D7CEEA;
 }
</style>