Html Css Color HEX #D4AECF French Lilac

📋 copy color: '#D4AECF'

red 212 ◦ green 174 ◦ blue 207

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

Shades of French Lilac #D4AECF

Tints of French Lilac #D4AECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.91%

R = 35.75%
G = 29.34%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D4AECF (or 0xD4AECF) is known color: French Lilac. HEX triplet: D4, AE and CF. RGB value is (212,174,207). Sum of RGB (Red+Green+Blue) = 212+174+207=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AECF is #2B5130. Grayscale: #BDBDBD. Windows color (decimal): -2838833 or 13610708. OLE color: 13610708.

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

Color convert

RGB 212 174 207 -
CMYK 0 0.18 0.02 0.17
HSL 307.89º 0.31% 0.76% -
HSV(B) 307.89º 0.18% 0.83% -
XYZ 53.55 48.77 65.62 -
YUV 189.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 212 174 207 0 0.18 0.02 0.17 307.89 0.31 0.76
Hex D4 AE CF 0 12 2 11 134 1F 4C
Octal 324 256 317 0 22 2 21 464 37 114
Binary 11010100 10101110 11001111 0 10010 10 10001 100110100 11111 1001100

Color Harmonies of #D4AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AECF

Black with #D4AECF

Text Example


Text Example

White with #D4AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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