Html Css Color HEX #D0A4CB Lilac

📋 copy color: '#D0A4CB'

red 208 ◦ green 164 ◦ blue 203

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

Shades of Lilac #D0A4CB

Tints of Lilac #D0A4CB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.52%

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

R = 36.17%
G = 28.52%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D0A4CB (or 0xD0A4CB) is known color: Lilac. HEX triplet: D0, A4 and CB. RGB value is (208,164,203). Sum of RGB (Red+Green+Blue) = 208+164+203=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A4CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A4CB is #2F5B34. Grayscale: #B5B5B5. Windows color (decimal): -3103541 or 13346000. OLE color: 13346000.

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

Color convert

RGB 208 164 203 -
CMYK 0 0.21 0.02 0.18
HSL 306.82º 0.32% 0.73% -
HSV(B) 306.82º 0.21% 0.82% -
XYZ 50.07 44.27 62.41 -
YUV 181.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 208 164 203 0 0.21 0.02 0.18 306.82 0.32 0.73
Hex D0 A4 CB 0 15 2 12 133 20 49
Octal 320 244 313 0 25 2 22 463 40 111
Binary 11010000 10100100 11001011 0 10101 10 10010 100110011 100000 1001001

Color Harmonies of #D0A4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A4CB

Black with #D0A4CB

Text Example


Text Example

White with #D0A4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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