#D4CADF

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

Shades of Fog #D4CADF

Tints of Fog #D4CADF

Color information

#D4CADF (or 0xD4CADF) is unknown color: approx Fog. HEX triplet: D4, CA and DF. RGB value is (212,202,223). Sum of RGB (Red+Green+Blue) = 212+202+223=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #D4CADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CADF is #2B3520. Grayscale: #CFCFCF. Windows color (decimal): -2831649 or 14666452. OLE color: 14666452.

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

Color convert

RGB212202223-
CMYK0.050.0900.13
HSL268.57º24.71%83.33%-
HSV(B)268.57º9.42%87.45%-
XYZ61.5961.5778.45-
YUV207.38136.81131.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.28%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 223 (87.5% from 255) = 35.01%
R=33.28%
G=31.71%
B=35.01%

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
Decimal2122022230.050.0900.13268.5724.7183.33
HexD4CADF590D10d1953
Octal32431233751101541531123
Binary110101001100101011011111101100101101100001101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CADF; }

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

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

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

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

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

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

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

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