Html Css Color HEX #D5AACF French Lilac

📋 copy color: '#D5AACF'

red 213 ◦ green 170 ◦ blue 207

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

Shades of French Lilac #D5AACF

Tints of French Lilac #D5AACF

RGB

 RED value IS 213 (83.59% from 255) = 36.1%

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

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

R = 36.1%
G = 28.81%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D5AACF (or 0xD5AACF) is known color: French Lilac. HEX triplet: D5, AA and CF. RGB value is (213,170,207). Sum of RGB (Red+Green+Blue) = 213+170+207=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AACF is #2A5530. Grayscale: #BABABA. Windows color (decimal): -2774321 or 13609685. OLE color: 13609685.

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

Color convert

RGB 213 170 207 -
CMYK 0 0.20 0.03 0.16
HSL 308.37º 0.34% 0.75% -
HSV(B) 308.37º 0.2% 0.84% -
XYZ 53.08 47.4 65.38 -
YUV 187.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 213 170 207 0 0.20 0.03 0.16 308.37 0.34 0.75
Hex D5 AA CF 0 14 3 10 134 22 4B
Octal 325 252 317 0 24 3 20 464 42 113
Binary 11010101 10101010 11001111 0 10100 11 10000 100110100 100010 1001011

Color Harmonies of #D5AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AACF

Black with #D5AACF

Text Example


Text Example

White with #D5AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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