Html Css Color HEX #D7A6CE French Lilac

📋 copy color: '#D7A6CE'

red 215 ◦ green 166 ◦ blue 206

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

Shades of French Lilac #D7A6CE

Tints of French Lilac #D7A6CE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.28%

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

R = 36.63%
G = 28.28%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D7A6CE (or 0xD7A6CE) is known color: French Lilac. HEX triplet: D7, A6 and CE. RGB value is (215,166,206). Sum of RGB (Red+Green+Blue) = 215+166+206=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A6CE is #285931. Grayscale: #B9B9B9. Windows color (decimal): -2644274 or 13543127. OLE color: 13543127.

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

Color convert

RGB 215 166 206 -
CMYK 0 0.23 0.04 0.16
HSL 311.02º 0.38% 0.75% -
HSV(B) 311.02º 0.23% 0.84% -
XYZ 52.8 46.18 64.52 -
YUV 185.21 139.73 149.25 -
System Red Green Blue C M Y K H S L
Decimal 215 166 206 0 0.23 0.04 0.16 311.02 0.38 0.75
Hex D7 A6 CE 0 17 4 10 137 26 4B
Octal 327 246 316 0 27 4 20 467 46 113
Binary 11010111 10100110 11001110 0 10111 100 10000 100110111 100110 1001011

Color Harmonies of #D7A6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A6CE

Black with #D7A6CE

Text Example


Text Example

White with #D7A6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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