Html Css Color HEX #D2A7CA Lilac

📋 copy color: '#D2A7CA'

red 210 ◦ green 167 ◦ blue 202

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

Shades of Lilac #D2A7CA

Tints of Lilac #D2A7CA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.84%

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

R = 36.27%
G = 28.84%
B = 34.89%

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

#D2A7CA (or 0xD2A7CA) is known color: Lilac. HEX triplet: D2, A7 and CA. RGB value is (210,167,202). Sum of RGB (Red+Green+Blue) = 210+167+202=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 167 (65.62% from 255 or 28.84% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A7CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A7CA is #2D5835. Grayscale: #B7B7B7. Windows color (decimal): -2971702 or 13281234. OLE color: 13281234.

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

Color convert

RGB 210 167 202 -
CMYK 0 0.20 0.04 0.18
HSL 311.16º 0.32% 0.74% -
HSV(B) 311.16º 0.2% 0.82% -
XYZ 51.06 45.6 61.99 -
YUV 183.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 210 167 202 0 0.20 0.04 0.18 311.16 0.32 0.74
Hex D2 A7 CA 0 14 4 12 137 20 4A
Octal 322 247 312 0 24 4 22 467 40 112
Binary 11010010 10100111 11001010 0 10100 100 10010 100110111 100000 1001010

Color Harmonies of #D2A7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A7CA

Black with #D2A7CA

Text Example


Text Example

White with #D2A7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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