Html Css Color HEX #D1AEEB Perfume

📋 copy color: '#D1AEEB'

red 209 ◦ green 174 ◦ blue 235

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

Shades of Perfume #D1AEEB

Tints of Perfume #D1AEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.03%

R = 33.82%
G = 28.16%
B = 38.03%

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

#D1AEEB (or 0xD1AEEB) is known color: Perfume. HEX triplet: D1, AE and EB. RGB value is (209,174,235). Sum of RGB (Red+Green+Blue) = 209+174+235=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1AEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AEEB is #2E5114. Grayscale: #BFBFBF. Windows color (decimal): -3035413 or 15445713. OLE color: 15445713.

HSL color Cylindrical-coordinate representation of color #D1AEEB: hue angle of 274.43º degrees, saturation: 0.6, 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 #D1AEEB is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 174 235 -
CMYK 0.11 0.26 0 0.08
HSL 274.43º 0.6% 0.8% -
HSV(B) 274.43º 0.26% 0.92% -
XYZ 56.43 49.83 85.24 -
YUV 191.42 152.6 140.54 -
System Red Green Blue C M Y K H S L
Decimal 209 174 235 0.11 0.26 0 0.08 274.43 0.6 0.8
Hex D1 AE EB B 1A 0 8 112 3C 50
Octal 321 256 353 13 32 0 10 422 74 120
Binary 11010001 10101110 11101011 1011 11010 0 1000 100010010 111100 1010000

Color Harmonies of #D1AEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AEEB

Black with #D1AEEB

Text Example


Text Example

White with #D1AEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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