Html Css Color HEX #D4AECC French Lilac

📋 copy color: '#D4AECC'

red 212 ◦ green 174 ◦ blue 204

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

Shades of French Lilac #D4AECC

Tints of French Lilac #D4AECC

RGB

 RED value IS 212 (83.2% from 255) = 35.93%

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

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

R = 35.93%
G = 29.49%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D4AECC (or 0xD4AECC) is known color: French Lilac. HEX triplet: D4, AE and CC. RGB value is (212,174,204). Sum of RGB (Red+Green+Blue) = 212+174+204=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AECC is #2B5133. Grayscale: #BCBCBC. Windows color (decimal): -2838836 or 13414100. OLE color: 13414100.

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

Color convert

RGB 212 174 204 -
CMYK 0 0.18 0.04 0.17
HSL 312.63º 0.31% 0.76% -
HSV(B) 312.63º 0.18% 0.83% -
XYZ 53.19 48.63 63.71 -
YUV 188.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 212 174 204 0 0.18 0.04 0.17 312.63 0.31 0.76
Hex D4 AE CC 0 12 4 11 139 1F 4C
Octal 324 256 314 0 22 4 21 471 37 114
Binary 11010100 10101110 11001100 0 10010 100 10001 100111001 11111 1001100

Color Harmonies of #D4AECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AECC

Black with #D4AECC

Text Example


Text Example

White with #D4AECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AECC; }

 p { color: rgb(212,174,204); }

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

background-color css

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

 a { background-color: rgb(212,174,204); }

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

border-color css

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

 span { border-color: rgb(212,174,204); }

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