#D9CDFB

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

Shades of Fog #D9CDFB

Tints of Fog #D9CDFB

Color information

#D9CDFB (or 0xD9CDFB) is unknown color: approx Fog. HEX triplet: D9, CD and FB. RGB value is (217,205,251). Sum of RGB (Red+Green+Blue) = 217+205+251=673 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.24% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CDFB is #263204. Grayscale: #D5D5D5. Windows color (decimal): -2503173 or 16502233. OLE color: 16502233.

HSL color Cylindrical-coordinate representation of color #D9CDFB: hue angle of 255.65º degrees, saturation: 0.85, 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 #D9CDFB is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217205251-
CMYK0.140.1800.02
HSL255.65º85.19%89.41%-
HSV(B)255.65º18.33%98.43%-
XYZ67.8665.38100.31-
YUV213.83148.98130.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.24%
GREEN value IS 205 (80.47% from 255) = 30.46%
BLUE value IS 251 (98.44% from 255) = 37.30%
R=32.24%
G=30.46%
B=37.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172052510.140.1800.02255.6585.1989.41
HexD9CDFBE12021005559
Octal331315373162202400125131
Binary11011001110011011111101111101001001010000000010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CDFB; }

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

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

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

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

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

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

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

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