Html Css Color HEX #D6ACCE French Lilac

📋 copy color: '#D6ACCE'

red 214 ◦ green 172 ◦ blue 206

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

Shades of French Lilac #D6ACCE

Tints of French Lilac #D6ACCE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.05%

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

R = 36.15%
G = 29.05%
B = 34.8%

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

#D6ACCE (or 0xD6ACCE) is known color: French Lilac. HEX triplet: D6, AC and CE. RGB value is (214,172,206). Sum of RGB (Red+Green+Blue) = 214+172+206=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACCE is #295331. Grayscale: #BCBCBC. Windows color (decimal): -2708274 or 13544662. OLE color: 13544662.

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

Color convert

RGB 214 172 206 -
CMYK 0 0.20 0.04 0.16
HSL 311.43º 0.34% 0.76% -
HSV(B) 311.43º 0.2% 0.84% -
XYZ 53.62 48.26 64.88 -
YUV 188.43 137.91 146.24 -
System Red Green Blue C M Y K H S L
Decimal 214 172 206 0 0.20 0.04 0.16 311.43 0.34 0.76
Hex D6 AC CE 0 14 4 10 137 22 4C
Octal 326 254 316 0 24 4 20 467 42 114
Binary 11010110 10101100 11001110 0 10100 100 10000 100110111 100010 1001100

Color Harmonies of #D6ACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACCE

Black with #D6ACCE

Text Example


Text Example

White with #D6ACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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