#D8BEEF

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

Shades of Fog #D8BEEF

Tints of Fog #D8BEEF

Color information

#D8BEEF (or 0xD8BEEF) is unknown color: approx Fog. HEX triplet: D8, BE and EF. RGB value is (216,190,239). Sum of RGB (Red+Green+Blue) = 216+190+239=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8BEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BEEF is #274110. Grayscale: #CBCBCB. Windows color (decimal): -2572561 or 15711960. OLE color: 15711960.

HSL color Cylindrical-coordinate representation of color #D8BEEF: hue angle of 271.84º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8BEEF is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB216190239-
CMYK0.100.2100.06
HSL271.84º60.49%84.12%-
HSV(B)271.84º20.5%93.73%-
XYZ62.3157.6689.51-
YUV203.36148.11137.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.49%
GREEN value IS 190 (74.61% from 255) = 29.46%
BLUE value IS 239 (93.75% from 255) = 37.05%
R=33.49%
G=29.46%
B=37.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2161902390.100.2100.06271.8460.4984.12
HexD8BEEFA15061103c54
Octal33027635712250642074124
Binary11011000101111101110111110101010101101000100001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BEEF; }

 p { color: rgb(216,190,239); }

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

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

 a { background-color: rgb(216,190,239); }

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

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

 span { border-color: rgb(216,190,239); }

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