Html Css Color HEX #D9B3CE French Lilac

📋 copy color: '#D9B3CE'

red 217 ◦ green 179 ◦ blue 206

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

Shades of French Lilac #D9B3CE

Tints of French Lilac #D9B3CE

RGB

 RED value IS 217 (85.16% from 255) = 36.05%

 GREEN value IS 179 (70.31% from 255) = 29.73%

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

R = 36.05%
G = 29.73%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D9B3CE (or 0xD9B3CE) is known color: French Lilac. HEX triplet: D9, B3 and CE. RGB value is (217,179,206). Sum of RGB (Red+Green+Blue) = 217+179+206=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 179 (70.31% from 255 or 29.73% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B3CE is #264C31. Grayscale: #C1C1C1. Windows color (decimal): -2509874 or 13546457. OLE color: 13546457.

HSL color Cylindrical-coordinate representation of color #D9B3CE: hue angle of 317.37º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9B3CE is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 179 206 -
CMYK 0 0.18 0.05 0.15
HSL 317.37º 0.33% 0.78% -
HSV(B) 317.37º 0.18% 0.85% -
XYZ 55.88 51.45 65.38 -
YUV 193.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 217 179 206 0 0.18 0.05 0.15 317.37 0.33 0.78
Hex D9 B3 CE 0 12 5 F 13D 21 4E
Octal 331 263 316 0 22 5 17 475 41 116
Binary 11011001 10110011 11001110 0 10010 101 1111 100111101 100001 1001110

Color Harmonies of #D9B3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B3CE

Black with #D9B3CE

Text Example


Text Example

White with #D9B3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B3CE; }

 p { color: rgb(217,179,206); }

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

background-color css

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

 a { background-color: rgb(217,179,206); }

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

border-color css

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

 span { border-color: rgb(217,179,206); }

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