Html Css Color HEX #D7ABCE French Lilac

📋 copy color: '#D7ABCE'

red 215 ◦ green 171 ◦ blue 206

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

Shades of French Lilac #D7ABCE

Tints of French Lilac #D7ABCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.8%

R = 36.32%
G = 28.89%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D7ABCE (or 0xD7ABCE) is known color: French Lilac. HEX triplet: D7, AB and CE. RGB value is (215,171,206). Sum of RGB (Red+Green+Blue) = 215+171+206=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ABCE is #285431. Grayscale: #BCBCBC. Windows color (decimal): -2642994 or 13544407. OLE color: 13544407.

HSL color Cylindrical-coordinate representation of color #D7ABCE: hue angle of 312.27º 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 #D7ABCE is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 171 206 -
CMYK 0 0.20 0.04 0.16
HSL 312.27º 0.35% 0.76% -
HSV(B) 312.27º 0.2% 0.84% -
XYZ 53.73 48.03 64.83 -
YUV 188.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 215 171 206 0 0.20 0.04 0.16 312.27 0.35 0.76
Hex D7 AB CE 0 14 4 10 138 23 4C
Octal 327 253 316 0 24 4 20 470 43 114
Binary 11010111 10101011 11001110 0 10100 100 10000 100111000 100011 1001100

Color Harmonies of #D7ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ABCE

Black with #D7ABCE

Text Example


Text Example

White with #D7ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ABCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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