#D4CAE3

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

Shades of Fog #D4CAE3

Tints of Fog #D4CAE3

Color information

#D4CAE3 (or 0xD4CAE3) is unknown color: approx Fog. HEX triplet: D4, CA and E3. RGB value is (212,202,227). Sum of RGB (Red+Green+Blue) = 212+202+227=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 227 - color contains mainly: blue. Hex color #D4CAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CAE3 is #2B351C. Grayscale: #CFCFCF. Windows color (decimal): -2831645 or 14928596. OLE color: 14928596.

HSL color Cylindrical-coordinate representation of color #D4CAE3: hue angle of 264º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4CAE3 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB212202227-
CMYK0.070.1100.11
HSL264º30.86%84.12%-
HSV(B)264º11.01%89.02%-
XYZ62.1461.7881.32-
YUV207.84138.81130.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.07%
GREEN value IS 202 (79.30% from 255) = 31.51%
BLUE value IS 227 (89.06% from 255) = 35.41%
R=33.07%
G=31.51%
B=35.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2122022270.070.1100.1126430.8684.12
HexD4CAE37B0B1081f54
Octal32431234371301341037124
Binary110101001100101011100011111101101011100001000111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CAE3; }

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

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

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

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

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

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

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

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