Html Css Color HEX #D9BCD2 French Lilac

📋 copy color: '#D9BCD2'

red 217 ◦ green 188 ◦ blue 210

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

Shades of French Lilac #D9BCD2

Tints of French Lilac #D9BCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.15%

R = 35.28%
G = 30.57%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D9BCD2 (or 0xD9BCD2) is known color: French Lilac. HEX triplet: D9, BC and D2. RGB value is (217,188,210). Sum of RGB (Red+Green+Blue) = 217+188+210=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCD2 is #26432D. Grayscale: #C7C7C7. Windows color (decimal): -2507566 or 13810905. OLE color: 13810905.

HSL color Cylindrical-coordinate representation of color #D9BCD2: hue angle of 314.48º 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 #D9BCD2 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 188 210 -
CMYK 0 0.13 0.03 0.15
HSL 314.48º 0.28% 0.79% -
HSV(B) 314.48º 0.13% 0.85% -
XYZ 58.23 55.37 68.59 -
YUV 199.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 217 188 210 0 0.13 0.03 0.15 314.48 0.28 0.79
Hex D9 BC D2 0 D 3 F 13A 1C 4F
Octal 331 274 322 0 15 3 17 472 34 117
Binary 11011001 10111100 11010010 0 1101 11 1111 100111010 11100 1001111

Color Harmonies of #D9BCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BCD2

Black with #D9BCD2

Text Example


Text Example

White with #D9BCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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