Html Css Color HEX #D6ABCE French Lilac

📋 copy color: '#D6ABCE'

red 214 ◦ green 171 ◦ blue 206

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

Shades of French Lilac #D6ABCE

Tints of French Lilac #D6ABCE

RGB

 RED value IS 214 (83.98% from 255) = 36.21%

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

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

R = 36.21%
G = 28.93%
B = 34.86%

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

#D6ABCE (or 0xD6ABCE) is known color: French Lilac. HEX triplet: D6, AB and CE. RGB value is (214,171,206). Sum of RGB (Red+Green+Blue) = 214+171+206=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABCE is #295431. Grayscale: #BBBBBB. Windows color (decimal): -2708530 or 13544406. OLE color: 13544406.

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

Color convert

RGB 214 171 206 -
CMYK 0 0.20 0.04 0.16
HSL 311.16º 0.34% 0.75% -
HSV(B) 311.16º 0.2% 0.84% -
XYZ 53.44 47.88 64.82 -
YUV 187.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 214 171 206 0 0.20 0.04 0.16 311.16 0.34 0.75
Hex D6 AB CE 0 14 4 10 137 22 4B
Octal 326 253 316 0 24 4 20 467 42 113
Binary 11010110 10101011 11001110 0 10100 100 10000 100110111 100010 1001011

Color Harmonies of #D6ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABCE

Black with #D6ABCE

Text Example


Text Example

White with #D6ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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