#D9C9F6

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

Shades of Fog #D9C9F6

Tints of Fog #D9C9F6

Color information

#D9C9F6 (or 0xD9C9F6) is unknown color: approx Fog. HEX triplet: D9, C9 and F6. RGB value is (217,201,246). Sum of RGB (Red+Green+Blue) = 217+201+246=664 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.68% from 664); Green value is 201 (78.91% from 255 or 30.27% from 664); Blue value is 246 (96.48% from 255 or 37.05% from 664); Max value from RGB is 246 - color contains mainly: blue. Hex color #D9C9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C9F6 is #263609. Grayscale: #D2D2D2. Windows color (decimal): -2504202 or 16173529. OLE color: 16173529.

HSL color Cylindrical-coordinate representation of color #D9C9F6: hue angle of 261.33º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9C9F6 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB217201246-
CMYK0.120.1800.04
HSL261.33º71.43%87.65%-
HSV(B)261.33º18.29%96.47%-
XYZ66.1463.1895.9-
YUV210.91147.8132.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.68%
GREEN value IS 201 (78.91% from 255) = 30.27%
BLUE value IS 246 (96.48% from 255) = 37.05%
R=32.68%
G=30.27%
B=37.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2172012460.120.1800.04261.3371.4387.65
HexD9C9F6C12041054758
Octal331311366142204405107130
Binary110110011100100111110110110010010010010000010110001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C9F6; }

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

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

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

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

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

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

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

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