#D0B2EB

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

Shades of Perfume #D0B2EB

Tints of Perfume #D0B2EB

Color information

#D0B2EB (or 0xD0B2EB) is unknown color: approx Perfume. HEX triplet: D0, B2 and EB. RGB value is (208,178,235). Sum of RGB (Red+Green+Blue) = 208+178+235=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0B2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0B2EB is #2F4D14. Grayscale: #C1C1C1. Windows color (decimal): -3099925 or 15446736. OLE color: 15446736.

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

Color convert

RGB208178235-
CMYK0.110.2400.08
HSL271.58º58.76%80.98%-
HSV(B)271.58º24.26%92.16%-
XYZ56.9351.2585.49-
YUV193.47151.44138.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.49%
GREEN value IS 178 (69.92% from 255) = 28.66%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=33.49%
G=28.66%
B=37.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081782350.110.2400.08271.5858.7680.98
HexD0B2EBB18081103b51
Octal320262353133001042073121
Binary110100001011001011101011101111000010001000100001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B2EB; }

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

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

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

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

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

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

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

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