#D3CCDA

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

Shades of Fog #D3CCDA

Tints of Fog #D3CCDA

Color information

#D3CCDA (or 0xD3CCDA) is unknown color: approx Fog. HEX triplet: D3, CC and DA. RGB value is (211,204,218). Sum of RGB (Red+Green+Blue) = 211+204+218=633 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.33% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 218 - color contains mainly: blue. Hex color #D3CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CCDA is #2C3325. Grayscale: #CFCFCF. Windows color (decimal): -2896678 or 14339283. OLE color: 14339283.

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

Color convert

RGB211204218-
CMYK0.030.0600.15
HSL270º15.91%82.75%-
HSV(B)270º6.42%85.49%-
XYZ61.1162.175.09-
YUV207.69133.82130.36-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 32.23%
BLUE value IS 218 (85.55% from 255) = 34.44%
R=33.33%
G=32.23%
B=34.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112042180.030.0600.1527015.9182.75
HexD3CCDA360F10e1053
Octal3233143323601741620123
Binary1101001111001100110110101111001111100001110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CCDA; }

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

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

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

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

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

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

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

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