Html Css Color HEX #D7ABCC French Lilac

📋 copy color: '#D7ABCC'

red 215 ◦ green 171 ◦ blue 204

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

Shades of French Lilac #D7ABCC

Tints of French Lilac #D7ABCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.58%

R = 36.44%
G = 28.98%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D7ABCC (or 0xD7ABCC) is known color: French Lilac. HEX triplet: D7, AB and CC. RGB value is (215,171,204). Sum of RGB (Red+Green+Blue) = 215+171+204=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ABCC is #285433. Grayscale: #BBBBBB. Windows color (decimal): -2642996 or 13413335. OLE color: 13413335.

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

Color convert

RGB 215 171 204 -
CMYK 0 0.20 0.05 0.16
HSL 315º 0.35% 0.76% -
HSV(B) 315º 0.2% 0.84% -
XYZ 53.49 47.93 63.56 -
YUV 187.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 215 171 204 0 0.20 0.05 0.16 315 0.35 0.76
Hex D7 AB CC 0 14 5 10 13B 23 4C
Octal 327 253 314 0 24 5 20 473 43 114
Binary 11010111 10101011 11001100 0 10100 101 10000 100111011 100011 1001100

Color Harmonies of #D7ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ABCC

Black with #D7ABCC

Text Example


Text Example

White with #D7ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ABCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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