Html Css Color HEX #D9BCD5 French Lilac

📋 copy color: '#D9BCD5'

red 217 ◦ green 188 ◦ blue 213

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

Shades of French Lilac #D9BCD5

Tints of French Lilac #D9BCD5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.42%

 BLUE value IS 213 (83.59% from 255) = 34.47%

R = 35.11%
G = 30.42%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D9BCD5 (or 0xD9BCD5) is known color: French Lilac. HEX triplet: D9, BC and D5. RGB value is (217,188,213). Sum of RGB (Red+Green+Blue) = 217+188+213=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCD5 is #26432A. Grayscale: #C7C7C7. Windows color (decimal): -2507563 or 14007513. OLE color: 14007513.

HSL color Cylindrical-coordinate representation of color #D9BCD5: hue angle of 308.28º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9BCD5 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 188 213 -
CMYK 0 0.13 0.02 0.15
HSL 308.28º 0.28% 0.79% -
HSV(B) 308.28º 0.13% 0.85% -
XYZ 58.61 55.52 70.58 -
YUV 199.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 217 188 213 0 0.13 0.02 0.15 308.28 0.28 0.79
Hex D9 BC D5 0 D 2 F 134 1C 4F
Octal 331 274 325 0 15 2 17 464 34 117
Binary 11011001 10111100 11010101 0 1101 10 1111 100110100 11100 1001111

Color Harmonies of #D9BCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BCD5

Black with #D9BCD5

Text Example


Text Example

White with #D9BCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BCD5; }

 p { color: rgb(217,188,213); }

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

background-color css

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

 a { background-color: rgb(217,188,213); }

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

border-color css

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

 span { border-color: rgb(217,188,213); }

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