#D9CAF3

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

Shades of Fog #D9CAF3

Tints of Fog #D9CAF3

Color information

#D9CAF3 (or 0xD9CAF3) is unknown color: approx Fog. HEX triplet: D9, CA and F3. RGB value is (217,202,243). Sum of RGB (Red+Green+Blue) = 217+202+243=662 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.78% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9CAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CAF3 is #26350C. Grayscale: #D3D3D3. Windows color (decimal): -2503949 or 15977177. OLE color: 15977177.

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

Color convert

RGB217202243-
CMYK0.110.1700.05
HSL261.95º63.08%87.25%-
HSV(B)261.95º16.87%95.29%-
XYZ65.9163.4693.57-
YUV211.16145.97132.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.78%
GREEN value IS 202 (79.30% from 255) = 30.51%
BLUE value IS 243 (95.31% from 255) = 36.71%
R=32.78%
G=30.51%
B=36.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172022430.110.1700.05261.9563.0887.25
HexD9CAF3B11051063f57
Octal33131236313210540677127
Binary11011001110010101111001110111000101011000001101111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CAF3; }

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

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

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

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

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

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

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

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