Html Css Color HEX #D5ABCE French Lilac

📋 copy color: '#D5ABCE'

red 213 ◦ green 171 ◦ blue 206

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

Shades of French Lilac #D5ABCE

Tints of French Lilac #D5ABCE

RGB

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

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

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

R = 36.1%
G = 28.98%
B = 34.92%

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

#D5ABCE (or 0xD5ABCE) is known color: French Lilac. HEX triplet: D5, AB and CE. RGB value is (213,171,206). Sum of RGB (Red+Green+Blue) = 213+171+206=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABCE is #2A5431. Grayscale: #BBBBBB. Windows color (decimal): -2774066 or 13544405. OLE color: 13544405.

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

Color convert

RGB 213 171 206 -
CMYK 0 0.20 0.03 0.16
HSL 310º 0.33% 0.75% -
HSV(B) 310º 0.2% 0.84% -
XYZ 53.14 47.73 64.8 -
YUV 187.55 138.41 146.15 -
System Red Green Blue C M Y K H S L
Decimal 213 171 206 0 0.20 0.03 0.16 310 0.33 0.75
Hex D5 AB CE 0 14 3 10 136 21 4B
Octal 325 253 316 0 24 3 20 466 41 113
Binary 11010101 10101011 11001110 0 10100 11 10000 100110110 100001 1001011

Color Harmonies of #D5ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABCE

Black with #D5ABCE

Text Example


Text Example

White with #D5ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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