#D7C8FA

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

Shades of Fog #D7C8FA

Tints of Fog #D7C8FA

Color information

#D7C8FA (or 0xD7C8FA) is unknown color: approx Fog. HEX triplet: D7, C8 and FA. RGB value is (215,200,250). Sum of RGB (Red+Green+Blue) = 215+200+250=665 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.33% from 665); Green value is 200 (78.52% from 255 or 30.08% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7C8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C8FA is #283705. Grayscale: #D2D2D2. Windows color (decimal): -2635526 or 16435415. OLE color: 16435415.

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

Color convert

RGB215200250-
CMYK0.140.200.02
HSL258º83.33%88.24%-
HSV(B)258º20%98.04%-
XYZ65.9362.6699.06-
YUV210.18150.47131.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.33%
GREEN value IS 200 (78.52% from 255) = 30.08%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=32.33%
G=30.08%
B=37.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152002500.140.200.0225883.3388.24
HexD7C8FAE14021025358
Octal327310372162402402123130
Binary11010111110010001111101011101010001010000001010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C8FA; }

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

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

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

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

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

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

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

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