Html Css Color HEX #D5A2CC Lilac

📋 copy color: '#D5A2CC'

red 213 ◦ green 162 ◦ blue 204

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

Shades of Lilac #D5A2CC

Tints of Lilac #D5A2CC

RGB

 RED value IS 213 (83.59% from 255) = 36.79%

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

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

R = 36.79%
G = 27.98%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D5A2CC (or 0xD5A2CC) is known color: Lilac. HEX triplet: D5, A2 and CC. RGB value is (213,162,204). Sum of RGB (Red+Green+Blue) = 213+162+204=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A2CC is #2A5D33. Grayscale: #B5B5B5. Windows color (decimal): -2776372 or 13411029. OLE color: 13411029.

HSL color Cylindrical-coordinate representation of color #D5A2CC: hue angle of 310.59º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A2CC is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 162 204 -
CMYK 0 0.24 0.04 0.16
HSL 310.59º 0.38% 0.74% -
HSV(B) 310.59º 0.24% 0.84% -
XYZ 51.26 44.35 62.98 -
YUV 182.04 140.4 150.08 -
System Red Green Blue C M Y K H S L
Decimal 213 162 204 0 0.24 0.04 0.16 310.59 0.38 0.74
Hex D5 A2 CC 0 18 4 10 137 26 4A
Octal 325 242 314 0 30 4 20 467 46 112
Binary 11010101 10100010 11001100 0 11000 100 10000 100110111 100110 1001010

Color Harmonies of #D5A2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A2CC

Black with #D5A2CC

Text Example


Text Example

White with #D5A2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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