#D8C6FE

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

Shades of Fog #D8C6FE

Tints of Fog #D8C6FE

Color information

#D8C6FE (or 0xD8C6FE) is unknown color: approx Fog. HEX triplet: D8, C6 and FE. RGB value is (216,198,254). Sum of RGB (Red+Green+Blue) = 216+198+254=668 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.34% from 668); Green value is 198 (77.73% from 255 or 29.64% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8C6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C6FE is #273901. Grayscale: #D1D1D1. Windows color (decimal): -2570498 or 16697048. OLE color: 16697048.

HSL color Cylindrical-coordinate representation of color #D8C6FE: hue angle of 259.29º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8C6FE is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB216198254-
CMYK0.150.2200.00
HSL259.29º96.55%88.63%-
HSV(B)259.29º22.05%99.61%-
XYZ66.462.14102.26-
YUV209.77152.96132.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.34%
GREEN value IS 198 (77.73% from 255) = 29.64%
BLUE value IS 254 (99.61% from 255) = 38.02%
R=32.34%
G=29.64%
B=38.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2161982540.150.2200.00259.2996.5588.63
HexD8C6FEF16001036159
Octal330306376172600403141131
Binary1101100011000110111111101111101100010000001111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C6FE; }

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

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

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

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

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

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

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

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