#D4CCDF

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

Shades of Fog #D4CCDF

Tints of Fog #D4CCDF

Color information

#D4CCDF (or 0xD4CCDF) is unknown color: approx Fog. HEX triplet: D4, CC and DF. RGB value is (212,204,223). Sum of RGB (Red+Green+Blue) = 212+204+223=639 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.18% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 223 - color contains mainly: blue. Hex color #D4CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCDF is #2B3320. Grayscale: #D0D0D0. Windows color (decimal): -2831137 or 14666964. OLE color: 14666964.

HSL color Cylindrical-coordinate representation of color #D4CCDF: hue angle of 265.26º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4CCDF is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212204223-
CMYK0.050.0900.13
HSL265.26º22.89%83.73%-
HSV(B)265.26º8.52%87.45%-
XYZ62.0662.5178.61-
YUV208.56136.15130.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.18%
GREEN value IS 204 (80.08% from 255) = 31.92%
BLUE value IS 223 (87.5% from 255) = 34.90%
R=33.18%
G=31.92%
B=34.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122042230.050.0900.13265.2622.8983.73
HexD4CCDF590D1091754
Octal32431433751101541127124
Binary110101001100110011011111101100101101100001001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCDF; }

 p { color: rgb(212,204,223); }

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

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

 a { background-color: rgb(212,204,223); }

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

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

 span { border-color: rgb(212,204,223); }

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