Html Css Color HEX #D2BACE French Lilac

📋 copy color: '#D2BACE'

red 210 ◦ green 186 ◦ blue 206

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

Shades of French Lilac #D2BACE

Tints of French Lilac #D2BACE

RGB

 RED value IS 210 (82.42% from 255) = 34.88%

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

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

R = 34.88%
G = 30.9%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D2BACE (or 0xD2BACE) is known color: French Lilac. HEX triplet: D2, BA and CE. RGB value is (210,186,206). Sum of RGB (Red+Green+Blue) = 210+186+206=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BACE is #2D4531. Grayscale: #C3C3C3. Windows color (decimal): -2966834 or 13548242. OLE color: 13548242.

HSL color Cylindrical-coordinate representation of color #D2BACE: hue angle of 310º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BACE is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 186 206 -
CMYK 0 0.11 0.02 0.18
HSL 310º 0.21% 0.78% -
HSV(B) 310º 0.11% 0.82% -
XYZ 55.28 53.28 65.76 -
YUV 195.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 210 186 206 0 0.11 0.02 0.18 310 0.21 0.78
Hex D2 BA CE 0 B 2 12 136 15 4E
Octal 322 272 316 0 13 2 22 466 25 116
Binary 11010010 10111010 11001110 0 1011 10 10010 100110110 10101 1001110

Color Harmonies of #D2BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BACE

Black with #D2BACE

Text Example


Text Example

White with #D2BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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