#D9CDF9

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

Shades of Fog #D9CDF9

Tints of Fog #D9CDF9

Color information

#D9CDF9 (or 0xD9CDF9) is unknown color: approx Fog. HEX triplet: D9, CD and F9. RGB value is (217,205,249). Sum of RGB (Red+Green+Blue) = 217+205+249=671 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.34% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #D9CDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CDF9 is #263206. Grayscale: #D5D5D5. Windows color (decimal): -2503175 or 16371161. OLE color: 16371161.

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

Color convert

RGB217205249-
CMYK0.130.1800.02
HSL256.36º78.57%89.02%-
HSV(B)256.36º17.67%97.65%-
XYZ67.5565.2598.66-
YUV213.6147.98130.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.34%
GREEN value IS 205 (80.47% from 255) = 30.55%
BLUE value IS 249 (97.66% from 255) = 37.11%
R=32.34%
G=30.55%
B=37.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172052490.130.1800.02256.3678.5789.02
HexD9CDF9D12021004f59
Octal331315371152202400117131
Binary11011001110011011111100111011001001010000000010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CDF9; }

 p { color: rgb(217,205,249); }

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

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

 a { background-color: rgb(217,205,249); }

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

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

 span { border-color: rgb(217,205,249); }

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