#D8C6F0

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

Shades of Fog #D8C6F0

Tints of Fog #D8C6F0

Color information

#D8C6F0 (or 0xD8C6F0) is unknown color: approx Fog. HEX triplet: D8, C6 and F0. RGB value is (216,198,240). Sum of RGB (Red+Green+Blue) = 216+198+240=654 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.03% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 240 - color contains mainly: blue. Hex color #D8C6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C6F0 is #27390F. Grayscale: #D0D0D0. Windows color (decimal): -2570512 or 15779544. OLE color: 15779544.

HSL color Cylindrical-coordinate representation of color #D8C6F0: hue angle of 265.71º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8C6F0 is Cyan = 0.1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB216198240-
CMYK0.10.1800.06
HSL265.71º58.33%85.88%-
HSV(B)265.71º17.5%94.12%-
XYZ64.2461.2890.88-
YUV208.17145.96133.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.03%
GREEN value IS 198 (77.73% from 255) = 30.28%
BLUE value IS 240 (94.14% from 255) = 36.70%
R=33.03%
G=30.28%
B=36.70%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2161982400.10.1800.06265.7158.3385.88
HexD8C6F0A120610a3a56
Octal33030636012220641272126
Binary11011000110001101111000010101001001101000010101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C6F0; }

 p { color: rgb(216,198,240); }

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

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

 a { background-color: rgb(216,198,240); }

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

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

 span { border-color: rgb(216,198,240); }

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