Html Css Color HEX #D7ABD4 French Lilac

📋 copy color: '#D7ABD4'

red 215 ◦ green 171 ◦ blue 212

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

Shades of French Lilac #D7ABD4

Tints of French Lilac #D7ABD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.45%

R = 35.95%
G = 28.6%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D7ABD4 (or 0xD7ABD4) is known color: French Lilac. HEX triplet: D7, AB and D4. RGB value is (215,171,212). Sum of RGB (Red+Green+Blue) = 215+171+212=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ABD4 is #28542B. Grayscale: #BCBCBC. Windows color (decimal): -2642988 or 13937623. OLE color: 13937623.

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

Color convert

RGB 215 171 212 -
CMYK 0 0.20 0.01 0.16
HSL 304.09º 0.35% 0.76% -
HSV(B) 304.09º 0.2% 0.84% -
XYZ 54.47 48.33 68.74 -
YUV 188.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 215 171 212 0 0.20 0.01 0.16 304.09 0.35 0.76
Hex D7 AB D4 0 14 1 10 130 23 4C
Octal 327 253 324 0 24 1 20 460 43 114
Binary 11010111 10101011 11010100 0 10100 1 10000 100110000 100011 1001100

Color Harmonies of #D7ABD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ABD4

Black with #D7ABD4

Text Example


Text Example

White with #D7ABD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ABD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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