Html Css Color HEX #D2A2CC Lilac

📋 copy color: '#D2A2CC'

red 210 ◦ green 162 ◦ blue 204

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

Shades of Lilac #D2A2CC

Tints of Lilac #D2A2CC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.13%

 BLUE value IS 204 (80.08% from 255) = 35.42%

R = 36.46%
G = 28.13%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D2A2CC (or 0xD2A2CC) is known color: Lilac. HEX triplet: D2, A2 and CC. RGB value is (210,162,204). Sum of RGB (Red+Green+Blue) = 210+162+204=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 162 (63.67% from 255 or 28.12% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A2CC is #2D5D33. Grayscale: #B5B5B5. Windows color (decimal): -2972980 or 13411026. OLE color: 13411026.

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

Color convert

RGB 210 162 204 -
CMYK 0 0.23 0.03 0.18
HSL 307.5º 0.35% 0.73% -
HSV(B) 307.5º 0.23% 0.82% -
XYZ 50.4 43.9 62.94 -
YUV 181.14 140.9 148.58 -
System Red Green Blue C M Y K H S L
Decimal 210 162 204 0 0.23 0.03 0.18 307.5 0.35 0.73
Hex D2 A2 CC 0 17 3 12 134 23 49
Octal 322 242 314 0 27 3 22 464 43 111
Binary 11010010 10100010 11001100 0 10111 11 10010 100110100 100011 1001001

Color Harmonies of #D2A2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A2CC

Black with #D2A2CC

Text Example


Text Example

White with #D2A2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A2CC; }

 p { color: rgb(210,162,204); }

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

background-color css

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

 a { background-color: rgb(210,162,204); }

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

border-color css

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

 span { border-color: rgb(210,162,204); }

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