Html Css Color HEX #D2A9CA Lilac

📋 copy color: '#D2A9CA'

red 210 ◦ green 169 ◦ blue 202

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

Shades of Lilac #D2A9CA

Tints of Lilac #D2A9CA

RGB

 RED value IS 210 (82.42% from 255) = 36.14%

 GREEN value IS 169 (66.41% from 255) = 29.09%

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

R = 36.14%
G = 29.09%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D2A9CA (or 0xD2A9CA) is known color: Lilac. HEX triplet: D2, A9 and CA. RGB value is (210,169,202). Sum of RGB (Red+Green+Blue) = 210+169+202=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A9CA is #2D5635. Grayscale: #B8B8B8. Windows color (decimal): -2971190 or 13281746. OLE color: 13281746.

HSL color Cylindrical-coordinate representation of color #D2A9CA: hue angle of 311.71º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2A9CA is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 169 202 -
CMYK 0 0.20 0.04 0.18
HSL 311.71º 0.31% 0.74% -
HSV(B) 311.71º 0.2% 0.82% -
XYZ 51.43 46.34 62.11 -
YUV 185.02 137.58 145.82 -
System Red Green Blue C M Y K H S L
Decimal 210 169 202 0 0.20 0.04 0.18 311.71 0.31 0.74
Hex D2 A9 CA 0 14 4 12 138 1F 4A
Octal 322 251 312 0 24 4 22 470 37 112
Binary 11010010 10101001 11001010 0 10100 100 10010 100111000 11111 1001010

Color Harmonies of #D2A9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A9CA

Black with #D2A9CA

Text Example


Text Example

White with #D2A9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A9CA; }

 p { color: rgb(210,169,202); }

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

background-color css

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

 a { background-color: rgb(210,169,202); }

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

border-color css

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

 span { border-color: rgb(210,169,202); }

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