Html Css Color HEX #D1AEEA Perfume

📋 copy color: '#D1AEEA'

red 209 ◦ green 174 ◦ blue 234

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

Shades of Perfume #D1AEEA

Tints of Perfume #D1AEEA

RGB

 RED value IS 209 (82.03% from 255) = 33.87%

 GREEN value IS 174 (68.36% from 255) = 28.2%

 BLUE value IS 234 (91.8% from 255) = 37.93%

R = 33.87%
G = 28.2%
B = 37.93%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D1AEEA (or 0xD1AEEA) is known color: Perfume. HEX triplet: D1, AE and EA. RGB value is (209,174,234). Sum of RGB (Red+Green+Blue) = 209+174+234=617 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.87% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1AEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AEEA is #2E5115. Grayscale: #BFBFBF. Windows color (decimal): -3035414 or 15380177. OLE color: 15380177.

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

Color convert

RGB 209 174 234 -
CMYK 0.11 0.26 0 0.08
HSL 275º 0.59% 0.8% -
HSV(B) 275º 0.26% 0.92% -
XYZ 56.28 49.77 84.48 -
YUV 191.31 152.1 140.62 -
System Red Green Blue C M Y K H S L
Decimal 209 174 234 0.11 0.26 0 0.08 275 0.59 0.8
Hex D1 AE EA B 1A 0 8 113 3B 50
Octal 321 256 352 13 32 0 10 423 73 120
Binary 11010001 10101110 11101010 1011 11010 0 1000 100010011 111011 1010000

Color Harmonies of #D1AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AEEA

Black with #D1AEEA

Text Example


Text Example

White with #D1AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AEEA; }

 p { color: rgb(209,174,234); }

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

background-color css

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

 a { background-color: rgb(209,174,234); }

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

border-color css

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

 span { border-color: rgb(209,174,234); }

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