#D1CCDA

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

Shades of Fog #D1CCDA

Tints of Fog #D1CCDA

Color information

#D1CCDA (or 0xD1CCDA) is unknown color: approx Fog. HEX triplet: D1, CC and DA. RGB value is (209,204,218). Sum of RGB (Red+Green+Blue) = 209+204+218=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCDA is #2E3325. Grayscale: #CFCFCF. Windows color (decimal): -3027750 or 14339281. OLE color: 14339281.

HSL color Cylindrical-coordinate representation of color #D1CCDA: hue angle of 261.43º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1CCDA is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209204218-
CMYK0.040.0600.15
HSL261.43º15.91%82.75%-
HSV(B)261.43º6.42%85.49%-
XYZ60.5461.875.07-
YUV207.09134.16129.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.12%
GREEN value IS 204 (80.08% from 255) = 32.33%
BLUE value IS 218 (85.55% from 255) = 34.55%
R=33.12%
G=32.33%
B=34.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092042180.040.0600.15261.4315.9182.75
HexD1CCDA460F1051053
Octal3213143324601740520123
Binary11010001110011001101101010011001111100000101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCDA; }

 p { color: rgb(209,204,218); }

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

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

 a { background-color: rgb(209,204,218); }

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

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

 span { border-color: rgb(209,204,218); }

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