#D4CCE0

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

Shades of Fog #D4CCE0

Tints of Fog #D4CCE0

Color information

#D4CCE0 (or 0xD4CCE0) is unknown color: approx Fog. HEX triplet: D4, CC and E0. RGB value is (212,204,224). Sum of RGB (Red+Green+Blue) = 212+204+224=640 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.12% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 224 - color contains mainly: blue. Hex color #D4CCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCE0 is #2B331F. Grayscale: #D0D0D0. Windows color (decimal): -2831136 or 14732500. OLE color: 14732500.

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

Color convert

RGB212204224-
CMYK0.050.0900.12
HSL264º24.39%83.92%-
HSV(B)264º8.93%87.84%-
XYZ62.262.5679.32-
YUV208.67136.65130.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.12%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 224 (87.89% from 255) = 35%
R=33.12%
G=31.88%
B=35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122042240.050.0900.1226424.3983.92
HexD4CCE0590C1081854
Octal32431434051101441030124
Binary110101001100110011100000101100101100100001000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCE0; }

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

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

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

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

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

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

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

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