Html Css Color HEX #D9B2D9 French Lilac

📋 copy color: '#D9B2D9'

red 217 ◦ green 178 ◦ blue 217

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

Shades of French Lilac #D9B2D9

Tints of French Lilac #D9B2D9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.08%

 BLUE value IS 217 (85.16% from 255) = 35.46%

R = 35.46%
G = 29.08%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D9B2D9 (or 0xD9B2D9) is known color: French Lilac. HEX triplet: D9, B2 and D9. RGB value is (217,178,217). Sum of RGB (Red+Green+Blue) = 217+178+217=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D9B2D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B2D9 is #264D26. Grayscale: #C1C1C1. Windows color (decimal): -2510119 or 14267097. OLE color: 14267097.

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

Color convert

RGB 217 178 217 -
CMYK 0 0.18 0 0.15
HSL 300º 0.34% 0.77% -
HSV(B) 300º 0.18% 0.85% -
XYZ 57.06 51.6 72.6 -
YUV 194.11 140.92 144.33 -
System Red Green Blue C M Y K H S L
Decimal 217 178 217 0 0.18 0 0.15 300 0.34 0.77
Hex D9 B2 D9 0 12 0 F 12C 22 4D
Octal 331 262 331 0 22 0 17 454 42 115
Binary 11011001 10110010 11011001 0 10010 0 1111 100101100 100010 1001101

Color Harmonies of #D9B2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B2D9

Black with #D9B2D9

Text Example


Text Example

White with #D9B2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B2D9; }

 p { color: rgb(217,178,217); }

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

background-color css

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

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

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

border-color css

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

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

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