#D9C9FD

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

Shades of Fog #D9C9FD

Tints of Fog #D9C9FD

Color information

#D9C9FD (or 0xD9C9FD) is unknown color: approx Fog. HEX triplet: D9, C9 and FD. RGB value is (217,201,253). Sum of RGB (Red+Green+Blue) = 217+201+253=671 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.34% from 671); Green value is 201 (78.91% from 255 or 29.96% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9C9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C9FD is #263602. Grayscale: #D3D3D3. Windows color (decimal): -2504195 or 16632281. OLE color: 16632281.

HSL color Cylindrical-coordinate representation of color #D9C9FD: hue angle of 258.46º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9C9FD is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217201253-
CMYK0.140.2100.01
HSL258.46º92.86%89.02%-
HSV(B)258.46º20.55%99.22%-
XYZ67.2363.62101.66-
YUV211.71151.3131.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.34%
GREEN value IS 201 (78.91% from 255) = 29.96%
BLUE value IS 253 (99.22% from 255) = 37.70%
R=32.34%
G=29.96%
B=37.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172012530.140.2100.01258.4692.8689.02
HexD9C9FDE15011025d59
Octal331311375162501402135131
Binary1101100111001001111111011110101010110000001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C9FD; }

 p { color: rgb(217,201,253); }

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

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

 a { background-color: rgb(217,201,253); }

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

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

 span { border-color: rgb(217,201,253); }

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