Html Css Color HEX #D0ACEC Perfume

📋 copy color: '#D0ACEC'

red 208 ◦ green 172 ◦ blue 236

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

Shades of Perfume #D0ACEC

Tints of Perfume #D0ACEC

RGB

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

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

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

R = 33.77%
G = 27.92%
B = 38.31%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0ACEC (or 0xD0ACEC) is known color: Perfume. HEX triplet: D0, AC and EC. RGB value is (208,172,236). Sum of RGB (Red+Green+Blue) = 208+172+236=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0ACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ACEC is #2F5313. Grayscale: #BDBDBD. Windows color (decimal): -3101460 or 15510736. OLE color: 15510736.

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

Color convert

RGB 208 172 236 -
CMYK 0.12 0.27 0 0.07
HSL 273.75º 0.63% 0.8% -
HSV(B) 273.75º 0.27% 0.93% -
XYZ 55.91 48.97 85.86 -
YUV 190.06 153.93 140.8 -
System Red Green Blue C M Y K H S L
Decimal 208 172 236 0.12 0.27 0 0.07 273.75 0.63 0.8
Hex D0 AC EC C 1B 0 7 112 3F 50
Octal 320 254 354 14 33 0 7 422 77 120
Binary 11010000 10101100 11101100 1100 11011 0 111 100010010 111111 1010000

Color Harmonies of #D0ACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ACEC

Black with #D0ACEC

Text Example


Text Example

White with #D0ACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ACEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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