#D8C5FA

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

Shades of Fog #D8C5FA

Tints of Fog #D8C5FA

Color information

#D8C5FA (or 0xD8C5FA) is unknown color: approx Fog. HEX triplet: D8, C5 and FA. RGB value is (216,197,250). Sum of RGB (Red+Green+Blue) = 216+197+250=663 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.58% from 663); Green value is 197 (77.34% from 255 or 29.71% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8C5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C5FA is #273A05. Grayscale: #D0D0D0. Windows color (decimal): -2570758 or 16434648. OLE color: 16434648.

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

Color convert

RGB216197250-
CMYK0.140.2100.02
HSL261.51º84.13%87.65%-
HSV(B)261.51º21.2%98.04%-
XYZ65.5461.4398.85-
YUV208.72151.29133.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.58%
GREEN value IS 197 (77.34% from 255) = 29.71%
BLUE value IS 250 (98.05% from 255) = 37.71%
R=32.58%
G=29.71%
B=37.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2161972500.140.2100.02261.5184.1387.65
HexD8C5FAE15021065458
Octal330305372162502406124130
Binary11011000110001011111101011101010101010000011010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C5FA; }

 p { color: rgb(216,197,250); }

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

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

 a { background-color: rgb(216,197,250); }

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

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

 span { border-color: rgb(216,197,250); }

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