Html Css Color HEX #D7ABCF French Lilac

📋 copy color: '#D7ABCF'

red 215 ◦ green 171 ◦ blue 207

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

Shades of French Lilac #D7ABCF

Tints of French Lilac #D7ABCF

RGB

 RED value IS 215 (84.38% from 255) = 36.26%

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

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

R = 36.26%
G = 28.84%
B = 34.91%

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

#D7ABCF (or 0xD7ABCF) is known color: French Lilac. HEX triplet: D7, AB and CF. RGB value is (215,171,207). Sum of RGB (Red+Green+Blue) = 215+171+207=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ABCF is #285430. Grayscale: #BCBCBC. Windows color (decimal): -2642993 or 13609943. OLE color: 13609943.

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

Color convert

RGB 215 171 207 -
CMYK 0 0.20 0.04 0.16
HSL 310.91º 0.35% 0.76% -
HSV(B) 310.91º 0.2% 0.84% -
XYZ 53.85 48.08 65.47 -
YUV 188.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 215 171 207 0 0.20 0.04 0.16 310.91 0.35 0.76
Hex D7 AB CF 0 14 4 10 137 23 4C
Octal 327 253 317 0 24 4 20 467 43 114
Binary 11010111 10101011 11001111 0 10100 100 10000 100110111 100011 1001100

Color Harmonies of #D7ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ABCF

Black with #D7ABCF

Text Example


Text Example

White with #D7ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ABCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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