#D9CAFA

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

Shades of Fog #D9CAFA

Tints of Fog #D9CAFA

Color information

#D9CAFA (or 0xD9CAFA) is unknown color: approx Fog. HEX triplet: D9, CA and FA. RGB value is (217,202,250). Sum of RGB (Red+Green+Blue) = 217+202+250=669 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.44% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CAFA is #263505. Grayscale: #D3D3D3. Windows color (decimal): -2503942 or 16435929. OLE color: 16435929.

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

Color convert

RGB217202250-
CMYK0.130.1900.02
HSL258.75º82.76%88.63%-
HSV(B)258.75º19.2%98.04%-
XYZ66.9963.8999.24-
YUV211.96149.47131.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.44%
GREEN value IS 202 (79.30% from 255) = 30.19%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=32.44%
G=30.19%
B=37.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172022500.130.1900.02258.7582.7688.63
HexD9CAFAD13021035359
Octal331312372152302403123131
Binary11011001110010101111101011011001101010000001110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CAFA; }

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

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

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

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

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

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

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

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