#D7C8FD

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

Shades of Fog #D7C8FD

Tints of Fog #D7C8FD

Color information

#D7C8FD (or 0xD7C8FD) is unknown color: approx Fog. HEX triplet: D7, C8 and FD. RGB value is (215,200,253). Sum of RGB (Red+Green+Blue) = 215+200+253=668 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.19% from 668); Green value is 200 (78.52% from 255 or 29.94% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7C8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C8FD is #283702. Grayscale: #D2D2D2. Windows color (decimal): -2635523 or 16632023. OLE color: 16632023.

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

Color convert

RGB215200253-
CMYK0.150.2100.01
HSL256.98º92.98%88.82%-
HSV(B)256.98º20.95%99.22%-
XYZ66.4162.85101.56-
YUV210.53151.97131.19-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.19%
GREEN value IS 200 (78.52% from 255) = 29.94%
BLUE value IS 253 (99.22% from 255) = 37.87%
R=32.19%
G=29.94%
B=37.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2152002530.150.2100.01256.9892.9888.82
HexD7C8FDF15011015d59
Octal327310375172501401135131
Binary1101011111001000111111011111101010110000000110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C8FD; }

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

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

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

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

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

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

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

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