Html Css Color HEX #D4BACE French Lilac

📋 copy color: '#D4BACE'

red 212 ◦ green 186 ◦ blue 206

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

Shades of French Lilac #D4BACE

Tints of French Lilac #D4BACE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.79%

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

R = 35.1%
G = 30.79%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D4BACE (or 0xD4BACE) is known color: French Lilac. HEX triplet: D4, BA and CE. RGB value is (212,186,206). Sum of RGB (Red+Green+Blue) = 212+186+206=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BACE is #2B4531. Grayscale: #C3C3C3. Windows color (decimal): -2835762 or 13548244. OLE color: 13548244.

HSL color Cylindrical-coordinate representation of color #D4BACE: hue angle of 313.85º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4BACE is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 186 206 -
CMYK 0 0.12 0.03 0.17
HSL 313.85º 0.23% 0.78% -
HSV(B) 313.85º 0.12% 0.83% -
XYZ 55.85 53.57 65.79 -
YUV 196.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 212 186 206 0 0.12 0.03 0.17 313.85 0.23 0.78
Hex D4 BA CE 0 C 3 11 13A 17 4E
Octal 324 272 316 0 14 3 21 472 27 116
Binary 11010100 10111010 11001110 0 1100 11 10001 100111010 10111 1001110

Color Harmonies of #D4BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BACE

Black with #D4BACE

Text Example


Text Example

White with #D4BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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