#D9CAF1

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

Shades of Fog #D9CAF1

Tints of Fog #D9CAF1

Color information

#D9CAF1 (or 0xD9CAF1) is unknown color: approx Fog. HEX triplet: D9, CA and F1. RGB value is (217,202,241). Sum of RGB (Red+Green+Blue) = 217+202+241=660 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.88% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9CAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CAF1 is #26350E. Grayscale: #D2D2D2. Windows color (decimal): -2503951 or 15846105. OLE color: 15846105.

HSL color Cylindrical-coordinate representation of color #D9CAF1: hue angle of 263.08º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9CAF1 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217202241-
CMYK0.100.1600.05
HSL263.08º58.21%86.86%-
HSV(B)263.08º16.18%94.51%-
XYZ65.6163.3491.99-
YUV210.93144.97132.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.88%
GREEN value IS 202 (79.30% from 255) = 30.61%
BLUE value IS 241 (94.53% from 255) = 36.52%
R=32.88%
G=30.61%
B=36.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172022410.100.1600.05263.0858.2186.86
HexD9CAF1A10051073a57
Octal33131236112200540772127
Binary11011001110010101111000110101000001011000001111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CAF1; }

 p { color: rgb(217,202,241); }

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

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

 a { background-color: rgb(217,202,241); }

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

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

 span { border-color: rgb(217,202,241); }

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