#D3CCDC

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

Shades of Fog #D3CCDC

Tints of Fog #D3CCDC

Color information

#D3CCDC (or 0xD3CCDC) is unknown color: approx Fog. HEX triplet: D3, CC and DC. RGB value is (211,204,220). Sum of RGB (Red+Green+Blue) = 211+204+220=635 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.23% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CCDC is #2C3323. Grayscale: #CFCFCF. Windows color (decimal): -2896676 or 14470355. OLE color: 14470355.

HSL color Cylindrical-coordinate representation of color #D3CCDC: hue angle of 266.25º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D3CCDC is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB211204220-
CMYK0.040.0700.14
HSL266.25º18.6%83.14%-
HSV(B)266.25º7.27%86.27%-
XYZ61.3862.276.48-
YUV207.92134.82130.2-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.23%
GREEN value IS 204 (80.08% from 255) = 32.13%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=33.23%
G=32.13%
B=34.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112042200.040.0700.14266.2518.683.14
HexD3CCDC470E10a1353
Octal3233143344701641223123
Binary11010011110011001101110010011101110100001010100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CCDC; }

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

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

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

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

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

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

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

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