#D0BEEF

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

Shades of Fog #D0BEEF

Tints of Fog #D0BEEF

Color information

#D0BEEF (or 0xD0BEEF) is unknown color: approx Fog. HEX triplet: D0, BE and EF. RGB value is (208,190,239). Sum of RGB (Red+Green+Blue) = 208+190+239=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0BEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BEEF is #2F4110. Grayscale: #C8C8C8. Windows color (decimal): -3096849 or 15711952. OLE color: 15711952.

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

Color convert

RGB208190239-
CMYK0.130.2100.06
HSL262.04º60.49%84.12%-
HSV(B)262.04º20.5%93.73%-
XYZ60.0156.4789.4-
YUV200.97149.46133.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.65%
GREEN value IS 190 (74.61% from 255) = 29.83%
BLUE value IS 239 (93.75% from 255) = 37.52%
R=32.65%
G=29.83%
B=37.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2081902390.130.2100.06262.0460.4984.12
HexD0BEEFD15061063c54
Octal32027635715250640674124
Binary11010000101111101110111111011010101101000001101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BEEF; }

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

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

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

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

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

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

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

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