Html Css Color HEX #D5ABCD French Lilac

📋 copy color: '#D5ABCD'

red 213 ◦ green 171 ◦ blue 205

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

Shades of French Lilac #D5ABCD

Tints of French Lilac #D5ABCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.8%

R = 36.16%
G = 29.03%
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

#D5ABCD (or 0xD5ABCD) is known color: French Lilac. HEX triplet: D5, AB and CD. RGB value is (213,171,205). Sum of RGB (Red+Green+Blue) = 213+171+205=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABCD is #2A5432. Grayscale: #BBBBBB. Windows color (decimal): -2774067 or 13478869. OLE color: 13478869.

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

Color convert

RGB 213 171 205 -
CMYK 0 0.20 0.04 0.16
HSL 311.43º 0.33% 0.75% -
HSV(B) 311.43º 0.2% 0.84% -
XYZ 53.02 47.68 64.17 -
YUV 187.43 137.91 146.24 -
System Red Green Blue C M Y K H S L
Decimal 213 171 205 0 0.20 0.04 0.16 311.43 0.33 0.75
Hex D5 AB CD 0 14 4 10 137 21 4B
Octal 325 253 315 0 24 4 20 467 41 113
Binary 11010101 10101011 11001101 0 10100 100 10000 100110111 100001 1001011

Color Harmonies of #D5ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABCD

Black with #D5ABCD

Text Example


Text Example

White with #D5ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABCD; }

 p { color: rgb(213,171,205); }

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

background-color css

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

 a { background-color: rgb(213,171,205); }

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

border-color css

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

 span { border-color: rgb(213,171,205); }

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