#D4CAEC

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

Shades of Fog #D4CAEC

Tints of Fog #D4CAEC

Color information

#D4CAEC (or 0xD4CAEC) is unknown color: approx Fog. HEX triplet: D4, CA and EC. RGB value is (212,202,236). Sum of RGB (Red+Green+Blue) = 212+202+236=650 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.62% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CAEC is #2B3513. Grayscale: #D0D0D0. Windows color (decimal): -2831636 or 15518420. OLE color: 15518420.

HSL color Cylindrical-coordinate representation of color #D4CAEC: hue angle of 257.65º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4CAEC is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212202236-
CMYK0.100.1400.07
HSL257.65º47.22%85.88%-
HSV(B)257.65º14.41%92.55%-
XYZ63.4162.2988.04-
YUV208.87143.31130.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.62%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 236 (92.58% from 255) = 36.31%
R=32.62%
G=31.08%
B=36.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122022360.100.1400.07257.6547.2285.88
HexD4CAECAE071022f56
Octal32431235412160740257126
Binary1101010011001010111011001010111001111000000101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CAEC; }

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

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

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

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

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

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

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

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