#D6CAF9

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

Shades of Fog #D6CAF9

Tints of Fog #D6CAF9

Color information

#D6CAF9 (or 0xD6CAF9) is unknown color: approx Fog. HEX triplet: D6, CA and F9. RGB value is (214,202,249). Sum of RGB (Red+Green+Blue) = 214+202+249=665 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.18% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #D6CAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CAF9 is #293506. Grayscale: #D2D2D2. Windows color (decimal): -2700551 or 16370390. OLE color: 16370390.

HSL color Cylindrical-coordinate representation of color #D6CAF9: hue angle of 255.32º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6CAF9 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214202249-
CMYK0.140.1900.02
HSL255.32º79.66%88.43%-
HSV(B)255.32º18.88%97.65%-
XYZ65.9563.3898.38-
YUV210.95149.48130.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.18%
GREEN value IS 202 (79.30% from 255) = 30.38%
BLUE value IS 249 (97.66% from 255) = 37.44%
R=32.18%
G=30.38%
B=37.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142022490.140.1900.02255.3279.6688.43
HexD6CAF9E1302ff5058
Octal326312371162302377120130
Binary1101011011001010111110011110100110101111111110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CAF9; }

 p { color: rgb(214,202,249); }

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

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

 a { background-color: rgb(214,202,249); }

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

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

 span { border-color: rgb(214,202,249); }

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