Html Css Color HEX #D5A9CF French Lilac

📋 copy color: '#D5A9CF'

red 213 ◦ green 169 ◦ blue 207

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

Shades of French Lilac #D5A9CF

Tints of French Lilac #D5A9CF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.69%

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

R = 36.16%
G = 28.69%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D5A9CF (or 0xD5A9CF) is known color: French Lilac. HEX triplet: D5, A9 and CF. RGB value is (213,169,207). Sum of RGB (Red+Green+Blue) = 213+169+207=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A9CF is #2A5630. Grayscale: #BABABA. Windows color (decimal): -2774577 or 13609429. OLE color: 13609429.

HSL color Cylindrical-coordinate representation of color #D5A9CF: hue angle of 308.18º degrees, saturation: 0.34, 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 #D5A9CF is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 169 207 -
CMYK 0 0.21 0.03 0.16
HSL 308.18º 0.34% 0.75% -
HSV(B) 308.18º 0.21% 0.84% -
XYZ 52.89 47.03 65.32 -
YUV 186.49 139.58 146.91 -
System Red Green Blue C M Y K H S L
Decimal 213 169 207 0 0.21 0.03 0.16 308.18 0.34 0.75
Hex D5 A9 CF 0 15 3 10 134 22 4B
Octal 325 251 317 0 25 3 20 464 42 113
Binary 11010101 10101001 11001111 0 10101 11 10000 100110100 100010 1001011

Color Harmonies of #D5A9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A9CF

Black with #D5A9CF

Text Example


Text Example

White with #D5A9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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