Html Css Color HEX #D5ACCC French Lilac

📋 copy color: '#D5ACCC'

red 213 ◦ green 172 ◦ blue 204

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

Shades of French Lilac #D5ACCC

Tints of French Lilac #D5ACCC

RGB

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

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

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

R = 36.16%
G = 29.2%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D5ACCC (or 0xD5ACCC) is known color: French Lilac. HEX triplet: D5, AC and CC. RGB value is (213,172,204). Sum of RGB (Red+Green+Blue) = 213+172+204=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACCC is #2A5333. Grayscale: #BBBBBB. Windows color (decimal): -2773812 or 13413589. OLE color: 13413589.

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

Color convert

RGB 213 172 204 -
CMYK 0 0.19 0.04 0.16
HSL 313.17º 0.33% 0.75% -
HSV(B) 313.17º 0.19% 0.84% -
XYZ 53.09 48.01 63.6 -
YUV 187.91 137.08 145.9 -
System Red Green Blue C M Y K H S L
Decimal 213 172 204 0 0.19 0.04 0.16 313.17 0.33 0.75
Hex D5 AC CC 0 13 4 10 139 21 4B
Octal 325 254 314 0 23 4 20 471 41 113
Binary 11010101 10101100 11001100 0 10011 100 10000 100111001 100001 1001011

Color Harmonies of #D5ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ACCC

Black with #D5ACCC

Text Example


Text Example

White with #D5ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ACCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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