Html Css Color HEX #D4AECE French Lilac

📋 copy color: '#D4AECE'

red 212 ◦ green 174 ◦ blue 206

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

Shades of French Lilac #D4AECE

Tints of French Lilac #D4AECE

RGB

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

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

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

R = 35.81%
G = 29.39%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D4AECE (or 0xD4AECE) is known color: French Lilac. HEX triplet: D4, AE and CE. RGB value is (212,174,206). Sum of RGB (Red+Green+Blue) = 212+174+206=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AECE is #2B5131. Grayscale: #BCBCBC. Windows color (decimal): -2838834 or 13545172. OLE color: 13545172.

HSL color Cylindrical-coordinate representation of color #D4AECE: hue angle of 309.47º 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 #D4AECE is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 174 206 -
CMYK 0 0.18 0.03 0.17
HSL 309.47º 0.31% 0.76% -
HSV(B) 309.47º 0.18% 0.83% -
XYZ 53.43 48.73 64.98 -
YUV 189.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 212 174 206 0 0.18 0.03 0.17 309.47 0.31 0.76
Hex D4 AE CE 0 12 3 11 135 1F 4C
Octal 324 256 316 0 22 3 21 465 37 114
Binary 11010100 10101110 11001110 0 10010 11 10001 100110101 11111 1001100

Color Harmonies of #D4AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AECE

Black with #D4AECE

Text Example


Text Example

White with #D4AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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