Html Css Color HEX #D0A8CA Lilac

📋 copy color: '#D0A8CA'

red 208 ◦ green 168 ◦ blue 202

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

Shades of Lilac #D0A8CA

Tints of Lilac #D0A8CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.95%

R = 35.99%
G = 29.07%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D0A8CA (or 0xD0A8CA) is known color: Lilac. HEX triplet: D0, A8 and CA. RGB value is (208,168,202). Sum of RGB (Red+Green+Blue) = 208+168+202=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A8CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A8CA is #2F5735. Grayscale: #B7B7B7. Windows color (decimal): -3102518 or 13281488. OLE color: 13281488.

HSL color Cylindrical-coordinate representation of color #D0A8CA: hue angle of 309º 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 #D0A8CA is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 168 202 -
CMYK 0 0.19 0.03 0.18
HSL 309º 0.3% 0.74% -
HSV(B) 309º 0.19% 0.82% -
XYZ 50.68 45.68 62.02 -
YUV 183.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 208 168 202 0 0.19 0.03 0.18 309 0.3 0.74
Hex D0 A8 CA 0 13 3 12 135 1E 4A
Octal 320 250 312 0 23 3 22 465 36 112
Binary 11010000 10101000 11001010 0 10011 11 10010 100110101 11110 1001010

Color Harmonies of #D0A8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A8CA

Black with #D0A8CA

Text Example


Text Example

White with #D0A8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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