#D0ABEE

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

Shades of Perfume #D0ABEE

Tints of Perfume #D0ABEE

Color information

#D0ABEE (or 0xD0ABEE) is unknown color: approx Perfume. HEX triplet: D0, AB and EE. RGB value is (208,171,238). Sum of RGB (Red+Green+Blue) = 208+171+238=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0ABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ABEE is #2F5411. Grayscale: #BDBDBD. Windows color (decimal): -3101714 or 15641552. OLE color: 15641552.

HSL color Cylindrical-coordinate representation of color #D0ABEE: hue angle of 273.13º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0ABEE is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208171238-
CMYK0.130.2800.07
HSL273.13º66.34%80.2%-
HSV(B)273.13º28.15%93.33%-
XYZ56.0148.7187.34-
YUV189.7155.26141.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.71%
GREEN value IS 171 (67.19% from 255) = 27.71%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=33.71%
G=27.71%
B=38.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081712380.130.2800.07273.1366.3480.2
HexD0ABEED1C071114250
Octal320253356153407421102120
Binary110100001010101111101110110111100011110001000110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ABEE; }

 p { color: rgb(208,171,238); }

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

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

 a { background-color: rgb(208,171,238); }

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

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

 span { border-color: rgb(208,171,238); }

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