Html Css Color HEX #D7ABCD French Lilac

📋 copy color: '#D7ABCD'

red 215 ◦ green 171 ◦ blue 205

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

Shades of French Lilac #D7ABCD

Tints of French Lilac #D7ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.93%

 BLUE value IS 205 (80.47% from 255) = 34.69%

R = 36.38%
G = 28.93%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D7ABCD (or 0xD7ABCD) is known color: French Lilac. HEX triplet: D7, AB and CD. RGB value is (215,171,205). Sum of RGB (Red+Green+Blue) = 215+171+205=591 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.38% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ABCD is #285432. Grayscale: #BBBBBB. Windows color (decimal): -2642995 or 13478871. OLE color: 13478871.

HSL color Cylindrical-coordinate representation of color #D7ABCD: hue angle of 313.64º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ABCD is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 171 205 -
CMYK 0 0.20 0.05 0.16
HSL 313.64º 0.35% 0.76% -
HSV(B) 313.64º 0.2% 0.84% -
XYZ 53.61 47.98 64.19 -
YUV 188.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 215 171 205 0 0.20 0.05 0.16 313.64 0.35 0.76
Hex D7 AB CD 0 14 5 10 13A 23 4C
Octal 327 253 315 0 24 5 20 472 43 114
Binary 11010111 10101011 11001101 0 10100 101 10000 100111010 100011 1001100

Color Harmonies of #D7ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ABCD

Black with #D7ABCD

Text Example


Text Example

White with #D7ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ABCD; }

 p { color: rgb(215,171,205); }

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

background-color css

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

 a { background-color: rgb(215,171,205); }

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

border-color css

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

 span { border-color: rgb(215,171,205); }

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