Html Css Color HEX #D0AAEE Perfume

📋 copy color: '#D0AAEE'

red 208 ◦ green 170 ◦ blue 238

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

Shades of Perfume #D0AAEE

Tints of Perfume #D0AAEE

RGB

 RED value IS 208 (81.64% from 255) = 33.77%

 GREEN value IS 170 (66.8% from 255) = 27.6%

 BLUE value IS 238 (93.36% from 255) = 38.64%

R = 33.77%
G = 27.6%
B = 38.64%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0AAEE (or 0xD0AAEE) is known color: Perfume. HEX triplet: D0, AA and EE. RGB value is (208,170,238). Sum of RGB (Red+Green+Blue) = 208+170+238=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0AAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AAEE is #2F5511. Grayscale: #BCBCBC. Windows color (decimal): -3101970 or 15641296. OLE color: 15641296.

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

Color convert

RGB 208 170 238 -
CMYK 0.13 0.29 0 0.07
HSL 273.53º 0.67% 0.8% -
HSV(B) 273.53º 0.29% 0.93% -
XYZ 55.82 48.33 87.28 -
YUV 189.11 155.59 141.47 -
System Red Green Blue C M Y K H S L
Decimal 208 170 238 0.13 0.29 0 0.07 273.53 0.67 0.8
Hex D0 AA EE D 1D 0 7 112 43 50
Octal 320 252 356 15 35 0 7 422 103 120
Binary 11010000 10101010 11101110 1101 11101 0 111 100010010 1000011 1010000

Color Harmonies of #D0AAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AAEE

Black with #D0AAEE

Text Example


Text Example

White with #D0AAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AAEE; }

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

 H1.HeaderClassName
 {
   color: #D0AAEE;
 }
 .AnyTagClassName
 {
   color: #D0AAEE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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