Html Css Color HEX #D0ABCA Lilac

📋 copy color: '#D0ABCA'

red 208 ◦ green 171 ◦ blue 202

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

Shades of Lilac #D0ABCA

Tints of Lilac #D0ABCA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.43%

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

R = 35.8%
G = 29.43%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D0ABCA (or 0xD0ABCA) is known color: Lilac. HEX triplet: D0, AB and CA. RGB value is (208,171,202). Sum of RGB (Red+Green+Blue) = 208+171+202=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABCA is #2F5435. Grayscale: #B9B9B9. Windows color (decimal): -3101750 or 13282256. OLE color: 13282256.

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

Color convert

RGB 208 171 202 -
CMYK 0 0.18 0.03 0.18
HSL 309.73º 0.28% 0.74% -
HSV(B) 309.73º 0.18% 0.82% -
XYZ 51.24 46.8 62.21 -
YUV 185.6 137.26 143.98 -
System Red Green Blue C M Y K H S L
Decimal 208 171 202 0 0.18 0.03 0.18 309.73 0.28 0.74
Hex D0 AB CA 0 12 3 12 136 1C 4A
Octal 320 253 312 0 22 3 22 466 34 112
Binary 11010000 10101011 11001010 0 10010 11 10010 100110110 11100 1001010

Color Harmonies of #D0ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ABCA

Black with #D0ABCA

Text Example


Text Example

White with #D0ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ABCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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