#D9C8FC

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

Shades of Fog #D9C8FC

Tints of Fog #D9C8FC

Color information

#D9C8FC (or 0xD9C8FC) is unknown color: approx Fog. HEX triplet: D9, C8 and FC. RGB value is (217,200,252). Sum of RGB (Red+Green+Blue) = 217+200+252=669 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.44% from 669); Green value is 200 (78.52% from 255 or 29.90% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9C8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C8FC is #263703. Grayscale: #D2D2D2. Windows color (decimal): -2504452 or 16566489. OLE color: 16566489.

HSL color Cylindrical-coordinate representation of color #D9C8FC: hue angle of 259.62º degrees, saturation: 0.9, 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 #D9C8FC is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217200252-
CMYK0.140.2100.01
HSL259.62º89.66%88.63%-
HSV(B)259.62º20.63%98.82%-
XYZ66.8463.09100.75-
YUV211.01151.13132.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.44%
GREEN value IS 200 (78.52% from 255) = 29.90%
BLUE value IS 252 (98.83% from 255) = 37.67%
R=32.44%
G=29.90%
B=37.67%

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
Decimal2172002520.140.2100.01259.6289.6688.63
HexD9C8FCE15011045a59
Octal331310374162501404132131
Binary1101100111001000111111001110101010110000010010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C8FC; }

 p { color: rgb(217,200,252); }

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

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

 a { background-color: rgb(217,200,252); }

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

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

 span { border-color: rgb(217,200,252); }

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