#D4CCDB

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

Shades of Fog #D4CCDB

Tints of Fog #D4CCDB

Color information

#D4CCDB (or 0xD4CCDB) is unknown color: approx Fog. HEX triplet: D4, CC and DB. RGB value is (212,204,219). Sum of RGB (Red+Green+Blue) = 212+204+219=635 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.39% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCDB is #2B3324. Grayscale: #D0D0D0. Windows color (decimal): -2831141 or 14404820. OLE color: 14404820.

HSL color Cylindrical-coordinate representation of color #D4CCDB: hue angle of 272º degrees, saturation: 0.17, 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 #D4CCDB is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212204219-
CMYK0.030.0700.14
HSL272º17.24%82.94%-
HSV(B)272º6.85%85.88%-
XYZ61.5362.375.8-
YUV208.1134.15130.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.39%
GREEN value IS 204 (80.08% from 255) = 32.13%
BLUE value IS 219 (85.94% from 255) = 34.49%
R=33.39%
G=32.13%
B=34.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122042190.030.0700.1427217.2482.94
HexD4CCDB370E1101153
Octal3243143333701642021123
Binary1101010011001100110110111111101110100010000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCDB; }

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

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

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

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

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

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

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

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