#D7C8F7

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

Shades of Fog #D7C8F7

Tints of Fog #D7C8F7

Color information

#D7C8F7 (or 0xD7C8F7) is unknown color: approx Fog. HEX triplet: D7, C8 and F7. RGB value is (215,200,247). Sum of RGB (Red+Green+Blue) = 215+200+247=662 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.48% from 662); Green value is 200 (78.52% from 255 or 30.21% from 662); Blue value is 247 (96.88% from 255 or 37.31% from 662); Max value from RGB is 247 - color contains mainly: blue. Hex color #D7C8F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C8F7 is #283708. Grayscale: #D1D1D1. Windows color (decimal): -2635529 or 16238807. OLE color: 16238807.

HSL color Cylindrical-coordinate representation of color #D7C8F7: hue angle of 259.15º degrees, saturation: 0.75, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7C8F7 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB215200247-
CMYK0.130.1900.03
HSL259.15º74.6%87.65%-
HSV(B)259.15º19.03%96.86%-
XYZ65.4762.4796.6-
YUV209.84148.97131.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.48%
GREEN value IS 200 (78.52% from 255) = 30.21%
BLUE value IS 247 (96.88% from 255) = 37.31%
R=32.48%
G=30.21%
B=37.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2152002470.130.1900.03259.1574.687.65
HexD7C8F7D13031034b58
Octal327310367152303403113130
Binary11010111110010001111011111011001101110000001110010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C8F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C8F7; }

 p { color: rgb(215,200,247); }

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

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

 a { background-color: rgb(215,200,247); }

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

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

 span { border-color: rgb(215,200,247); }

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