#D9CCEA

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

Shades of Fog #D9CCEA

Tints of Fog #D9CCEA

Color information

#D9CCEA (or 0xD9CCEA) is unknown color: approx Fog. HEX triplet: D9, CC and EA. RGB value is (217,204,234). Sum of RGB (Red+Green+Blue) = 217+204+234=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 204 (80.08% from 255 or 31.15% 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 #D9CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CCEA is #263315. Grayscale: #D3D3D3. Windows color (decimal): -2503446 or 15387865. OLE color: 15387865.

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

Color convert

RGB217204234-
CMYK0.070.1300.08
HSL266º41.67%85.88%-
HSV(B)266º12.82%91.76%-
XYZ65.0663.8886.74-
YUV211.31140.81132.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.13%
GREEN value IS 204 (80.08% from 255) = 31.15%
BLUE value IS 234 (91.80% from 255) = 35.73%
R=33.13%
G=31.15%
B=35.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172042340.070.1300.0826641.6785.88
HexD9CCEA7D0810a2a56
Octal33131435271501041252126
Binary1101100111001100111010101111101010001000010101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCEA; }

 p { color: rgb(217,204,234); }

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

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

 a { background-color: rgb(217,204,234); }

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

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

 span { border-color: rgb(217,204,234); }

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