Html Css Color HEX #D0AEEC Perfume

📋 copy color: '#D0AEEC'

red 208 ◦ green 174 ◦ blue 236

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

Shades of Perfume #D0AEEC

Tints of Perfume #D0AEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.19%

R = 33.66%
G = 28.16%
B = 38.19%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0AEEC (or 0xD0AEEC) is known color: Perfume. HEX triplet: D0, AE and EC. RGB value is (208,174,236). Sum of RGB (Red+Green+Blue) = 208+174+236=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AEEC is #2F5113. Grayscale: #BFBFBF. Windows color (decimal): -3100948 or 15511248. OLE color: 15511248.

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

Color convert

RGB 208 174 236 -
CMYK 0.12 0.26 0 0.07
HSL 272.9º 0.62% 0.8% -
HSV(B) 272.9º 0.26% 0.93% -
XYZ 56.29 49.74 85.99 -
YUV 191.23 153.26 139.96 -
System Red Green Blue C M Y K H S L
Decimal 208 174 236 0.12 0.26 0 0.07 272.9 0.62 0.8
Hex D0 AE EC C 1A 0 7 111 3E 50
Octal 320 256 354 14 32 0 7 421 76 120
Binary 11010000 10101110 11101100 1100 11010 0 111 100010001 111110 1010000

Color Harmonies of #D0AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AEEC

Black with #D0AEEC

Text Example


Text Example

White with #D0AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AEEC; }

 p { color: rgb(208,174,236); }

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

background-color css

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

 a { background-color: rgb(208,174,236); }

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

border-color css

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

 span { border-color: rgb(208,174,236); }

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