Html Css Color HEX #D5AECD French Lilac

📋 copy color: '#D5AECD'

red 213 ◦ green 174 ◦ blue 205

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

Shades of French Lilac #D5AECD

Tints of French Lilac #D5AECD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.39%

 BLUE value IS 205 (80.47% from 255) = 34.63%

R = 35.98%
G = 29.39%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D5AECD (or 0xD5AECD) is known color: French Lilac. HEX triplet: D5, AE and CD. RGB value is (213,174,205). Sum of RGB (Red+Green+Blue) = 213+174+205=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AECD is #2A5132. Grayscale: #BDBDBD. Windows color (decimal): -2773299 or 13479637. OLE color: 13479637.

HSL color Cylindrical-coordinate representation of color #D5AECD: hue angle of 312.31º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5AECD is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 174 205 -
CMYK 0 0.18 0.04 0.16
HSL 312.31º 0.32% 0.76% -
HSV(B) 312.31º 0.18% 0.84% -
XYZ 53.6 48.83 64.36 -
YUV 189.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 213 174 205 0 0.18 0.04 0.16 312.31 0.32 0.76
Hex D5 AE CD 0 12 4 10 138 20 4C
Octal 325 256 315 0 22 4 20 470 40 114
Binary 11010101 10101110 11001101 0 10010 100 10000 100111000 100000 1001100

Color Harmonies of #D5AECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AECD

Black with #D5AECD

Text Example


Text Example

White with #D5AECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AECD; }

 p { color: rgb(213,174,205); }

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

background-color css

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

 a { background-color: rgb(213,174,205); }

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

border-color css

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

 span { border-color: rgb(213,174,205); }

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