Html Css Color HEX #D7AACF French Lilac

📋 copy color: '#D7AACF'

red 215 ◦ green 170 ◦ blue 207

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

Shades of French Lilac #D7AACF

Tints of French Lilac #D7AACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.72%

 BLUE value IS 207 (81.25% from 255) = 34.97%

R = 36.32%
G = 28.72%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D7AACF (or 0xD7AACF) is known color: French Lilac. HEX triplet: D7, AA and CF. RGB value is (215,170,207). Sum of RGB (Red+Green+Blue) = 215+170+207=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AACF is #285530. Grayscale: #BBBBBB. Windows color (decimal): -2643249 or 13609687. OLE color: 13609687.

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

Color convert

RGB 215 170 207 -
CMYK 0 0.21 0.04 0.16
HSL 310.67º 0.36% 0.75% -
HSV(B) 310.67º 0.21% 0.84% -
XYZ 53.66 47.7 65.41 -
YUV 187.67 138.91 147.49 -
System Red Green Blue C M Y K H S L
Decimal 215 170 207 0 0.21 0.04 0.16 310.67 0.36 0.75
Hex D7 AA CF 0 15 4 10 137 24 4B
Octal 327 252 317 0 25 4 20 467 44 113
Binary 11010111 10101010 11001111 0 10101 100 10000 100110111 100100 1001011

Color Harmonies of #D7AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AACF

Black with #D7AACF

Text Example


Text Example

White with #D7AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AACF; }

 p { color: rgb(215,170,207); }

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

background-color css

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

 a { background-color: rgb(215,170,207); }

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

border-color css

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

 span { border-color: rgb(215,170,207); }

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