Html Css Color HEX #D0AACB Lilac

📋 copy color: '#D0AACB'

red 208 ◦ green 170 ◦ blue 203

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

Shades of Lilac #D0AACB

Tints of Lilac #D0AACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.26%

 BLUE value IS 203 (79.69% from 255) = 34.94%

R = 35.8%
G = 29.26%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D0AACB (or 0xD0AACB) is known color: Lilac. HEX triplet: D0, AA and CB. RGB value is (208,170,203). Sum of RGB (Red+Green+Blue) = 208+170+203=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AACB is #2F5534. Grayscale: #B9B9B9. Windows color (decimal): -3102005 or 13347536. OLE color: 13347536.

HSL color Cylindrical-coordinate representation of color #D0AACB: hue angle of 307.89º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0AACB is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 170 203 -
CMYK 0 0.18 0.02 0.18
HSL 307.89º 0.29% 0.74% -
HSV(B) 307.89º 0.18% 0.82% -
XYZ 51.17 46.47 62.77 -
YUV 185.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 208 170 203 0 0.18 0.02 0.18 307.89 0.29 0.74
Hex D0 AA CB 0 12 2 12 134 1D 4A
Octal 320 252 313 0 22 2 22 464 35 112
Binary 11010000 10101010 11001011 0 10010 10 10010 100110100 11101 1001010

Color Harmonies of #D0AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AACB

Black with #D0AACB

Text Example


Text Example

White with #D0AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AACB; }

 p { color: rgb(208,170,203); }

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

background-color css

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

 a { background-color: rgb(208,170,203); }

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

border-color css

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

 span { border-color: rgb(208,170,203); }

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