#D4CAED

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

Shades of Fog #D4CAED

Tints of Fog #D4CAED

Color information

#D4CAED (or 0xD4CAED) is unknown color: approx Fog. HEX triplet: D4, CA and ED. RGB value is (212,202,237). Sum of RGB (Red+Green+Blue) = 212+202+237=651 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.57% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4CAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CAED is #2B3512. Grayscale: #D0D0D0. Windows color (decimal): -2831635 or 15583956. OLE color: 15583956.

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

Color convert

RGB212202237-
CMYK0.110.1500.07
HSL257.14º49.3%86.08%-
HSV(B)257.14º14.77%92.94%-
XYZ63.5662.3588.81-
YUV208.98143.81130.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.57%
GREEN value IS 202 (79.30% from 255) = 31.03%
BLUE value IS 237 (92.97% from 255) = 36.41%
R=32.57%
G=31.03%
B=36.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122022370.110.1500.07257.1449.386.08
HexD4CAEDBF071013156
Octal32431235513170740161126
Binary1101010011001010111011011011111101111000000011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CAED; }

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

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

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

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

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

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

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

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