Html Css Color HEX #D7A2CC Lilac

📋 copy color: '#D7A2CC'

red 215 ◦ green 162 ◦ blue 204

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

Shades of Lilac #D7A2CC

Tints of Lilac #D7A2CC

RGB

 RED value IS 215 (84.38% from 255) = 37.01%

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

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

R = 37.01%
G = 27.88%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D7A2CC (or 0xD7A2CC) is known color: Lilac. HEX triplet: D7, A2 and CC. RGB value is (215,162,204). Sum of RGB (Red+Green+Blue) = 215+162+204=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A2CC is #285D33. Grayscale: #B6B6B6. Windows color (decimal): -2645300 or 13411031. OLE color: 13411031.

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

Color convert

RGB 215 162 204 -
CMYK 0 0.25 0.05 0.16
HSL 312.45º 0.4% 0.74% -
HSV(B) 312.45º 0.25% 0.84% -
XYZ 51.84 44.65 63.01 -
YUV 182.64 140.06 151.08 -
System Red Green Blue C M Y K H S L
Decimal 215 162 204 0 0.25 0.05 0.16 312.45 0.4 0.74
Hex D7 A2 CC 0 19 5 10 138 28 4A
Octal 327 242 314 0 31 5 20 470 50 112
Binary 11010111 10100010 11001100 0 11001 101 10000 100111000 101000 1001010

Color Harmonies of #D7A2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A2CC

Black with #D7A2CC

Text Example


Text Example

White with #D7A2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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