#D9C6FC

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

Shades of Fog #D9C6FC

Tints of Fog #D9C6FC

Color information

#D9C6FC (or 0xD9C6FC) is unknown color: approx Fog. HEX triplet: D9, C6 and FC. RGB value is (217,198,252). Sum of RGB (Red+Green+Blue) = 217+198+252=667 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.53% from 667); Green value is 198 (77.73% from 255 or 29.69% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9C6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C6FC is #263903. Grayscale: #D1D1D1. Windows color (decimal): -2504964 or 16565977. OLE color: 16565977.

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

Color convert

RGB217198252-
CMYK0.140.2100.01
HSL261.11º90%88.24%-
HSV(B)261.11º21.43%98.82%-
XYZ66.3862.17100.6-
YUV209.84151.79133.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.53%
GREEN value IS 198 (77.73% from 255) = 29.69%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=32.53%
G=29.69%
B=37.78%

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
Decimal2171982520.140.2100.01261.119088.24
HexD9C6FCE15011055a58
Octal331306374162501405132130
Binary1101100111000110111111001110101010110000010110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C6FC; }

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

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

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

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

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

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

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

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