Html Css Color HEX #D0ACEE Perfume

📋 copy color: '#D0ACEE'

red 208 ◦ green 172 ◦ blue 238

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

Shades of Perfume #D0ACEE

Tints of Perfume #D0ACEE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.83%

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

R = 33.66%
G = 27.83%
B = 38.51%

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

#D0ACEE (or 0xD0ACEE) is known color: Perfume. HEX triplet: D0, AC and EE. RGB value is (208,172,238). Sum of RGB (Red+Green+Blue) = 208+172+238=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0ACEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ACEE is #2F5311. Grayscale: #BEBEBE. Windows color (decimal): -3101458 or 15641808. OLE color: 15641808.

HSL color Cylindrical-coordinate representation of color #D0ACEE: hue angle of 272.73º 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 #D0ACEE is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 172 238 -
CMYK 0.13 0.28 0 0.07
HSL 272.73º 0.66% 0.8% -
HSV(B) 272.73º 0.28% 0.93% -
XYZ 56.2 49.09 87.4 -
YUV 190.29 154.93 140.63 -
System Red Green Blue C M Y K H S L
Decimal 208 172 238 0.13 0.28 0 0.07 272.73 0.66 0.8
Hex D0 AC EE D 1C 0 7 111 42 50
Octal 320 254 356 15 34 0 7 421 102 120
Binary 11010000 10101100 11101110 1101 11100 0 111 100010001 1000010 1010000

Color Harmonies of #D0ACEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ACEE

Black with #D0ACEE

Text Example


Text Example

White with #D0ACEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ACEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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