Html Css Color HEX #D5ACCE French Lilac

📋 copy color: '#D5ACCE'

red 213 ◦ green 172 ◦ blue 206

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

Shades of French Lilac #D5ACCE

Tints of French Lilac #D5ACCE

RGB

 RED value IS 213 (83.59% from 255) = 36.04%

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

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

R = 36.04%
G = 29.1%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D5ACCE (or 0xD5ACCE) is known color: French Lilac. HEX triplet: D5, AC and CE. RGB value is (213,172,206). Sum of RGB (Red+Green+Blue) = 213+172+206=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACCE is #2A5331. Grayscale: #BCBCBC. Windows color (decimal): -2773810 or 13544661. OLE color: 13544661.

HSL color Cylindrical-coordinate representation of color #D5ACCE: hue angle of 310.24º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5ACCE is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 172 206 -
CMYK 0 0.19 0.03 0.16
HSL 310.24º 0.33% 0.75% -
HSV(B) 310.24º 0.19% 0.84% -
XYZ 53.33 48.11 64.87 -
YUV 188.14 138.08 145.74 -
System Red Green Blue C M Y K H S L
Decimal 213 172 206 0 0.19 0.03 0.16 310.24 0.33 0.75
Hex D5 AC CE 0 13 3 10 136 21 4B
Octal 325 254 316 0 23 3 20 466 41 113
Binary 11010101 10101100 11001110 0 10011 11 10000 100110110 100001 1001011

Color Harmonies of #D5ACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ACCE

Black with #D5ACCE

Text Example


Text Example

White with #D5ACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ACCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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