#D9CDFA

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

Shades of Fog #D9CDFA

Tints of Fog #D9CDFA

Color information

#D9CDFA (or 0xD9CDFA) is unknown color: approx Fog. HEX triplet: D9, CD and FA. RGB value is (217,205,250). Sum of RGB (Red+Green+Blue) = 217+205+250=672 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.29% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9CDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CDFA is #263205. Grayscale: #D5D5D5. Windows color (decimal): -2503174 or 16436697. OLE color: 16436697.

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

Color convert

RGB217205250-
CMYK0.130.1800.02
HSL256º81.82%89.22%-
HSV(B)256º18%98.04%-
XYZ67.765.3299.48-
YUV213.72148.48130.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.29%
GREEN value IS 205 (80.47% from 255) = 30.51%
BLUE value IS 250 (98.05% from 255) = 37.20%
R=32.29%
G=30.51%
B=37.20%

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
Decimal2172052500.130.1800.0225681.8289.22
HexD9CDFAD12021005259
Octal331315372152202400122131
Binary11011001110011011111101011011001001010000000010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CDFA; }

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

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

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

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

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

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

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

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