Html Css Color HEX #D5BACE French Lilac

📋 copy color: '#D5BACE'

red 213 ◦ green 186 ◦ blue 206

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

Shades of French Lilac #D5BACE

Tints of French Lilac #D5BACE

RGB

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

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

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

R = 35.21%
G = 30.74%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D5BACE (or 0xD5BACE) is known color: French Lilac. HEX triplet: D5, BA and CE. RGB value is (213,186,206). Sum of RGB (Red+Green+Blue) = 213+186+206=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BACE is #2A4531. Grayscale: #C4C4C4. Windows color (decimal): -2770226 or 13548245. OLE color: 13548245.

HSL color Cylindrical-coordinate representation of color #D5BACE: hue angle of 315.56º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5BACE is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 186 206 -
CMYK 0 0.13 0.03 0.16
HSL 315.56º 0.24% 0.78% -
HSV(B) 315.56º 0.13% 0.84% -
XYZ 56.14 53.72 65.8 -
YUV 196.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 213 186 206 0 0.13 0.03 0.16 315.56 0.24 0.78
Hex D5 BA CE 0 D 3 10 13C 18 4E
Octal 325 272 316 0 15 3 20 474 30 116
Binary 11010101 10111010 11001110 0 1101 11 10000 100111100 11000 1001110

Color Harmonies of #D5BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BACE

Black with #D5BACE

Text Example


Text Example

White with #D5BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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