Html Css Color HEX #D5ABCF French Lilac

📋 copy color: '#D5ABCF'

red 213 ◦ green 171 ◦ blue 207

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

Shades of French Lilac #D5ABCF

Tints of French Lilac #D5ABCF

RGB

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

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

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

R = 36.04%
G = 28.93%
B = 35.03%

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

#D5ABCF (or 0xD5ABCF) is known color: French Lilac. HEX triplet: D5, AB and CF. RGB value is (213,171,207). Sum of RGB (Red+Green+Blue) = 213+171+207=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABCF is #2A5430. Grayscale: #BBBBBB. Windows color (decimal): -2774065 or 13609941. OLE color: 13609941.

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

Color convert

RGB 213 171 207 -
CMYK 0 0.20 0.03 0.16
HSL 308.57º 0.33% 0.75% -
HSV(B) 308.57º 0.2% 0.84% -
XYZ 53.27 47.78 65.45 -
YUV 187.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 213 171 207 0 0.20 0.03 0.16 308.57 0.33 0.75
Hex D5 AB CF 0 14 3 10 135 21 4B
Octal 325 253 317 0 24 3 20 465 41 113
Binary 11010101 10101011 11001111 0 10100 11 10000 100110101 100001 1001011

Color Harmonies of #D5ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABCF

Black with #D5ABCF

Text Example


Text Example

White with #D5ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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