#D0BEEB

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

Shades of Fog #D0BEEB

Tints of Fog #D0BEEB

Color information

#D0BEEB (or 0xD0BEEB) is unknown color: approx Fog. HEX triplet: D0, BE and EB. RGB value is (208,190,235). Sum of RGB (Red+Green+Blue) = 208+190+235=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0BEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BEEB is #2F4114. Grayscale: #C8C8C8. Windows color (decimal): -3096853 or 15449808. OLE color: 15449808.

HSL color Cylindrical-coordinate representation of color #D0BEEB: hue angle of 264º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0BEEB is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208190235-
CMYK0.110.1900.08
HSL264º52.94%83.33%-
HSV(B)264º19.15%92.16%-
XYZ59.4256.2386.32-
YUV200.51147.46133.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.86%
GREEN value IS 190 (74.61% from 255) = 30.02%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=32.86%
G=30.02%
B=37.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081902350.110.1900.0826452.9483.33
HexD0BEEBB13081083553
Octal320276353132301041065123
Binary110100001011111011101011101110011010001000010001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BEEB; }

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

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

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

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

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

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

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

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