#D8C7FF

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

Shades of Fog #D8C7FF

Tints of Fog #D8C7FF

Color information

#D8C7FF (or 0xD8C7FF) is unknown color: approx Fog. HEX triplet: D8, C7 and FF. RGB value is (216,199,255). Sum of RGB (Red+Green+Blue) = 216+199+255=670 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.24% from 670); Green value is 199 (78.12% from 255 or 29.70% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8C7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C7FF is #273800. Grayscale: #D2D2D2. Windows color (decimal): -2570241 or 16762840. OLE color: 16762840.

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

Color convert

RGB216199255-
CMYK0.150.2200
HSL258.21º100%89.02%-
HSV(B)258.21º21.96%100%-
XYZ66.7962.67103.18-
YUV210.47153.13131.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.24%
GREEN value IS 199 (78.12% from 255) = 29.70%
BLUE value IS 255 (100% from 255) = 38.06%
R=32.24%
G=29.70%
B=38.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2161992550.150.2200258.2110089.02
HexD8C7FFF16001026459
Octal330307377172600402144131
Binary1101100011000111111111111111101100010000001011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C7FF; }

 p { color: rgb(216,199,255); }

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

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

 a { background-color: rgb(216,199,255); }

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

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

 span { border-color: rgb(216,199,255); }

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