Html Css Color HEX #D9A0CB Lilac

📋 copy color: '#D9A0CB'

red 217 ◦ green 160 ◦ blue 203

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

Shades of Lilac #D9A0CB

Tints of Lilac #D9A0CB

RGB

 RED value IS 217 (85.16% from 255) = 37.41%

 GREEN value IS 160 (62.89% from 255) = 27.59%

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

R = 37.41%
G = 27.59%
B = 35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D9A0CB (or 0xD9A0CB) is known color: Lilac. HEX triplet: D9, A0 and CB. RGB value is (217,160,203). Sum of RGB (Red+Green+Blue) = 217+160+203=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A0CB is #265F34. Grayscale: #B5B5B5. Windows color (decimal): -2514741 or 13344985. OLE color: 13344985.

HSL color Cylindrical-coordinate representation of color #D9A0CB: hue angle of 314.74º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9A0CB is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 160 203 -
CMYK 0 0.26 0.06 0.15
HSL 314.74º 0.43% 0.74% -
HSV(B) 314.74º 0.26% 0.85% -
XYZ 51.97 44.21 62.29 -
YUV 181.95 139.88 153 -
System Red Green Blue C M Y K H S L
Decimal 217 160 203 0 0.26 0.06 0.15 314.74 0.43 0.74
Hex D9 A0 CB 0 1A 6 F 13B 2B 4A
Octal 331 240 313 0 32 6 17 473 53 112
Binary 11011001 10100000 11001011 0 11010 110 1111 100111011 101011 1001010

Color Harmonies of #D9A0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A0CB

Black with #D9A0CB

Text Example


Text Example

White with #D9A0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A0CB; }

 p { color: rgb(217,160,203); }

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

background-color css

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

 a { background-color: rgb(217,160,203); }

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

border-color css

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

 span { border-color: rgb(217,160,203); }

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