#D8BFE6

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

Shades of Fog #D8BFE6

Tints of Fog #D8BFE6

Color information

#D8BFE6 (or 0xD8BFE6) is unknown color: approx Fog. HEX triplet: D8, BF and E6. RGB value is (216,191,230). Sum of RGB (Red+Green+Blue) = 216+191+230=637 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.91% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 230 - color contains mainly: blue. Hex color #D8BFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BFE6 is #274019. Grayscale: #CACACA. Windows color (decimal): -2572314 or 15122392. OLE color: 15122392.

HSL color Cylindrical-coordinate representation of color #D8BFE6: hue angle of 278.46º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8BFE6 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB216191230-
CMYK0.060.1700.10
HSL278.46º43.82%82.55%-
HSV(B)278.46º16.96%90.2%-
XYZ61.2357.5782.75-
YUV202.92143.28137.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.91%
GREEN value IS 191 (75% from 255) = 29.98%
BLUE value IS 230 (90.23% from 255) = 36.11%
R=33.91%
G=29.98%
B=36.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2161912300.060.1700.10278.4643.8282.55
HexD8BFE66110A1162c53
Octal33027734662101242654123
Binary11011000101111111110011011010001010101000101101011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BFE6; }

 p { color: rgb(216,191,230); }

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

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

 a { background-color: rgb(216,191,230); }

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

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

 span { border-color: rgb(216,191,230); }

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