#D8C6FA

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

Shades of Fog #D8C6FA

Tints of Fog #D8C6FA

Color information

#D8C6FA (or 0xD8C6FA) is unknown color: approx Fog. HEX triplet: D8, C6 and FA. RGB value is (216,198,250). Sum of RGB (Red+Green+Blue) = 216+198+250=664 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.53% from 664); Green value is 198 (77.73% from 255 or 29.82% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8C6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C6FA is #273905. Grayscale: #D1D1D1. Windows color (decimal): -2570502 or 16434904. OLE color: 16434904.

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

Color convert

RGB216198250-
CMYK0.140.2100.02
HSL260.77º83.87%87.84%-
HSV(B)260.77º20.8%98.04%-
XYZ65.7761.8998.92-
YUV209.31150.96132.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.53%
GREEN value IS 198 (77.73% from 255) = 29.82%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=32.53%
G=29.82%
B=37.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2161982500.140.2100.02260.7783.8787.84
HexD8C6FAE15021055458
Octal330306372162502405124130
Binary11011000110001101111101011101010101010000010110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C6FA; }

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

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

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

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

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

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

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

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