Html Css Color HEX #D1B0CE French Lilac

📋 copy color: '#D1B0CE'

red 209 ◦ green 176 ◦ blue 206

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

Shades of French Lilac #D1B0CE

Tints of French Lilac #D1B0CE

RGB

 RED value IS 209 (82.03% from 255) = 35.36%

 GREEN value IS 176 (69.14% from 255) = 29.78%

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

R = 35.36%
G = 29.78%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D1B0CE (or 0xD1B0CE) is known color: French Lilac. HEX triplet: D1, B0 and CE. RGB value is (209,176,206). Sum of RGB (Red+Green+Blue) = 209+176+206=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B0CE is #2E4F31. Grayscale: #BDBDBD. Windows color (decimal): -3034930 or 13545681. OLE color: 13545681.

HSL color Cylindrical-coordinate representation of color #D1B0CE: hue angle of 305.45º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1B0CE is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 176 206 -
CMYK 0 0.16 0.01 0.18
HSL 305.45º 0.26% 0.75% -
HSV(B) 305.45º 0.16% 0.82% -
XYZ 52.96 49.06 65.07 -
YUV 189.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 209 176 206 0 0.16 0.01 0.18 305.45 0.26 0.75
Hex D1 B0 CE 0 10 1 12 131 1A 4B
Octal 321 260 316 0 20 1 22 461 32 113
Binary 11010001 10110000 11001110 0 10000 1 10010 100110001 11010 1001011

Color Harmonies of #D1B0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B0CE

Black with #D1B0CE

Text Example


Text Example

White with #D1B0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B0CE; }

 p { color: rgb(209,176,206); }

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

background-color css

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

 a { background-color: rgb(209,176,206); }

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

border-color css

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

 span { border-color: rgb(209,176,206); }

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