Html Css Color HEX #D8ABCE French Lilac

📋 copy color: '#D8ABCE'

red 216 ◦ green 171 ◦ blue 206

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

Shades of French Lilac #D8ABCE

Tints of French Lilac #D8ABCE

RGB

 RED value IS 216 (84.77% from 255) = 36.42%

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

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

R = 36.42%
G = 28.84%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D8ABCE (or 0xD8ABCE) is known color: French Lilac. HEX triplet: D8, AB and CE. RGB value is (216,171,206). Sum of RGB (Red+Green+Blue) = 216+171+206=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABCE is #275431. Grayscale: #BCBCBC. Windows color (decimal): -2577458 or 13544408. OLE color: 13544408.

HSL color Cylindrical-coordinate representation of color #D8ABCE: hue angle of 313.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8ABCE is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 171 206 -
CMYK 0 0.21 0.05 0.15
HSL 313.33º 0.37% 0.76% -
HSV(B) 313.33º 0.21% 0.85% -
XYZ 54.02 48.18 64.85 -
YUV 188.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 216 171 206 0 0.21 0.05 0.15 313.33 0.37 0.76
Hex D8 AB CE 0 15 5 F 139 25 4C
Octal 330 253 316 0 25 5 17 471 45 114
Binary 11011000 10101011 11001110 0 10101 101 1111 100111001 100101 1001100

Color Harmonies of #D8ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ABCE

Black with #D8ABCE

Text Example


Text Example

White with #D8ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ABCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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