#d8c9f6

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

Shades of Fog #D8C9F6

Tints of Fog #D8C9F6

Color information

#D8C9F6 (or 0xD8C9F6) is unknown color: approx Fog. HEX triplet: D8, C9 and F6. RGB value is (216,201,246). Sum of RGB (Red+Green+Blue) = 216+201+246=663 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.58% from 663); Green value is 201 (78.91% from 255 or 30.32% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 246 - color contains mainly: blue. Hex color #D8C9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C9F6 is #273609. Grayscale: #D2D2D2. Windows color (decimal): -2569738 or 16173528. OLE color: 16173528.

HSL color Cylindrical-coordinate representation of color #D8C9F6: hue angle of 260º 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 #D8C9F6 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB216201246-
CMYK0.120.1800.04
HSL260º71.43%87.65%-
HSV(B)260º18.29%96.47%-
XYZ65.8463.0395.88-
YUV210.62147.97131.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.58%
GREEN value IS 201 (78.91% from 255) = 30.32%
BLUE value IS 246 (96.48% from 255) = 37.10%
R=32.58%
G=30.32%
B=37.10%

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
Decimal2162012460.120.1800.0426071.4387.65
HexD8C9F6C12041044758
Octal330311366142204404107130
Binary110110001100100111110110110010010010010000010010001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8c9f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8c9f6; }

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

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

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

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

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

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

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

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