Html Css Color HEX #D6ABCC French Lilac

📋 copy color: '#D6ABCC'

red 214 ◦ green 171 ◦ blue 204

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

Shades of French Lilac #D6ABCC

Tints of French Lilac #D6ABCC

RGB

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

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

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

R = 36.33%
G = 29.03%
B = 34.63%

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

#D6ABCC (or 0xD6ABCC) is known color: French Lilac. HEX triplet: D6, AB and CC. RGB value is (214,171,204). Sum of RGB (Red+Green+Blue) = 214+171+204=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABCC is #295433. Grayscale: #BBBBBB. Windows color (decimal): -2708532 or 13413334. OLE color: 13413334.

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

Color convert

RGB 214 171 204 -
CMYK 0 0.20 0.05 0.16
HSL 313.95º 0.34% 0.75% -
HSV(B) 313.95º 0.2% 0.84% -
XYZ 53.19 47.78 63.55 -
YUV 187.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 214 171 204 0 0.20 0.05 0.16 313.95 0.34 0.75
Hex D6 AB CC 0 14 5 10 13A 22 4B
Octal 326 253 314 0 24 5 20 472 42 113
Binary 11010110 10101011 11001100 0 10100 101 10000 100111010 100010 1001011

Color Harmonies of #D6ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABCC

Black with #D6ABCC

Text Example


Text Example

White with #D6ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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