Html Css Color HEX #D0ABEE Perfume

📋 copy color: '#D0ABEE'

red 208 ◦ green 171 ◦ blue 238

#D0ABEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #D0ABEE

Tints of Perfume #D0ABEE

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 value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0ABEE (or 0xD0ABEE) is known color: 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

RGB 208 171 238 -
CMYK 0.13 0.28 0 0.07
HSL 273.13º 0.66% 0.8% -
HSV(B) 273.13º 0.28% 0.93% -
XYZ 56.01 48.71 87.34 -
YUV 189.7 155.26 141.05 -
System Red Green Blue C M Y K H S L
Decimal 208 171 238 0.13 0.28 0 0.07 273.13 0.66 0.8
Hex D0 AB EE D 1C 0 7 111 42 50
Octal 320 253 356 15 34 0 7 421 102 120
Binary 11010000 10101011 11101110 1101 11100 0 111 100010001 1000010 1010000

Color Harmonies of #D0ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ABEE

Black with #D0ABEE

Text Example


Text Example

White with #D0ABEE

Text Example


Text Example

HTML Codes & Css Web 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>