#D0B4EB

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

Shades of Fog #D0B4EB

Tints of Fog #D0B4EB

Color information

#D0B4EB (or 0xD0B4EB) is unknown color: approx Fog. HEX triplet: D0, B4 and EB. RGB value is (208,180,235). Sum of RGB (Red+Green+Blue) = 208+180+235=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0B4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B4EB is #2F4B14. Grayscale: #C2C2C2. Windows color (decimal): -3099413 or 15447248. OLE color: 15447248.

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

Color convert

RGB208180235-
CMYK0.110.2300.08
HSL270.55º57.89%81.37%-
HSV(B)270.55º23.4%92.16%-
XYZ57.3352.0585.62-
YUV194.64150.78137.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.39%
GREEN value IS 180 (70.70% from 255) = 28.89%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=33.39%
G=28.89%
B=37.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081802350.110.2300.08270.5557.8981.37
HexD0B4EBB170810f3a51
Octal320264353132701041772121
Binary110100001011010011101011101110111010001000011111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B4EB; }

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

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

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

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

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

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

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

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