Html Css Color HEX #D2A4CA Lilac

📋 copy color: '#D2A4CA'

red 210 ◦ green 164 ◦ blue 202

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

Shades of Lilac #D2A4CA

Tints of Lilac #D2A4CA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.47%

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

R = 36.46%
G = 28.47%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D2A4CA (or 0xD2A4CA) is known color: Lilac. HEX triplet: D2, A4 and CA. RGB value is (210,164,202). Sum of RGB (Red+Green+Blue) = 210+164+202=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 164 (64.45% from 255 or 28.47% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A4CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A4CA is #2D5B35. Grayscale: #B5B5B5. Windows color (decimal): -2972470 or 13280466. OLE color: 13280466.

HSL color Cylindrical-coordinate representation of color #D2A4CA: hue angle of 310.43º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2A4CA is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 164 202 -
CMYK 0 0.22 0.04 0.18
HSL 310.43º 0.34% 0.73% -
HSV(B) 310.43º 0.22% 0.82% -
XYZ 50.51 44.52 61.81 -
YUV 182.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 210 164 202 0 0.22 0.04 0.18 310.43 0.34 0.73
Hex D2 A4 CA 0 16 4 12 136 22 49
Octal 322 244 312 0 26 4 22 466 42 111
Binary 11010010 10100100 11001010 0 10110 100 10010 100110110 100010 1001001

Color Harmonies of #D2A4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A4CA

Black with #D2A4CA

Text Example


Text Example

White with #D2A4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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