#D2CCDA

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

Shades of Fog #D2CCDA

Tints of Fog #D2CCDA

Color information

#D2CCDA (or 0xD2CCDA) is unknown color: approx Fog. HEX triplet: D2, CC and DA. RGB value is (210,204,218). Sum of RGB (Red+Green+Blue) = 210+204+218=632 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.23% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 218 - color contains mainly: blue. Hex color #D2CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCDA is #2D3325. Grayscale: #CFCFCF. Windows color (decimal): -2962214 or 14339282. OLE color: 14339282.

HSL color Cylindrical-coordinate representation of color #D2CCDA: hue angle of 265.71º 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 #D2CCDA is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB210204218-
CMYK0.040.0600.15
HSL265.71º15.91%82.75%-
HSV(B)265.71º6.42%85.49%-
XYZ60.8361.9575.08-
YUV207.39133.99129.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.23%
GREEN value IS 204 (80.08% from 255) = 32.28%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=33.23%
G=32.28%
B=34.49%

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
Decimal2102042180.040.0600.15265.7115.9182.75
HexD2CCDA460F10a1053
Octal3223143324601741220123
Binary11010010110011001101101010011001111100001010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCDA; }

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

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

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

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

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

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

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

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