Html Css Color HEX #D0A8CB Lilac

📋 copy color: '#D0A8CB'

red 208 ◦ green 168 ◦ blue 203

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

Shades of Lilac #D0A8CB

Tints of Lilac #D0A8CB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.02%

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

R = 35.92%
G = 29.02%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D0A8CB (or 0xD0A8CB) is known color: Lilac. HEX triplet: D0, A8 and CB. RGB value is (208,168,203). Sum of RGB (Red+Green+Blue) = 208+168+203=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A8CB is #2F5734. Grayscale: #B7B7B7. Windows color (decimal): -3102517 or 13347024. OLE color: 13347024.

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

Color convert

RGB 208 168 203 -
CMYK 0 0.19 0.02 0.18
HSL 307.5º 0.3% 0.74% -
HSV(B) 307.5º 0.19% 0.82% -
XYZ 50.79 45.73 62.65 -
YUV 183.95 138.75 145.15 -
System Red Green Blue C M Y K H S L
Decimal 208 168 203 0 0.19 0.02 0.18 307.5 0.3 0.74
Hex D0 A8 CB 0 13 2 12 134 1E 4A
Octal 320 250 313 0 23 2 22 464 36 112
Binary 11010000 10101000 11001011 0 10011 10 10010 100110100 11110 1001010

Color Harmonies of #D0A8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A8CB

Black with #D0A8CB

Text Example


Text Example

White with #D0A8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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