#D8C8FD

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

Shades of Fog #D8C8FD

Tints of Fog #D8C8FD

Color information

#D8C8FD (or 0xD8C8FD) is unknown color: approx Fog. HEX triplet: D8, C8 and FD. RGB value is (216,200,253). Sum of RGB (Red+Green+Blue) = 216+200+253=669 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.29% from 669); Green value is 200 (78.52% from 255 or 29.90% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8C8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C8FD is #273702. Grayscale: #D2D2D2. Windows color (decimal): -2569987 or 16632024. OLE color: 16632024.

HSL color Cylindrical-coordinate representation of color #D8C8FD: hue angle of 258.11º 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 #D8C8FD is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB216200253-
CMYK0.150.2100.01
HSL258.11º92.98%88.82%-
HSV(B)258.11º20.95%99.22%-
XYZ66.763101.57-
YUV210.83151.8131.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.29%
GREEN value IS 200 (78.52% from 255) = 29.90%
BLUE value IS 253 (99.22% from 255) = 37.82%
R=32.29%
G=29.90%
B=37.82%

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
Decimal2162002530.150.2100.01258.1192.9888.82
HexD8C8FDF15011025d59
Octal330310375172501402135131
Binary1101100011001000111111011111101010110000001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C8FD; }

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

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

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

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

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

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

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

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