Html Css Color HEX #D5B5D3 French Lilac

📋 copy color: '#D5B5D3'

red 213 ◦ green 181 ◦ blue 211

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

Shades of French Lilac #D5B5D3

Tints of French Lilac #D5B5D3

RGB

 RED value IS 213 (83.59% from 255) = 35.21%

 GREEN value IS 181 (71.09% from 255) = 29.92%

 BLUE value IS 211 (82.81% from 255) = 34.88%

R = 35.21%
G = 29.92%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D5B5D3 (or 0xD5B5D3) is known color: French Lilac. HEX triplet: D5, B5 and D3. RGB value is (213,181,211). Sum of RGB (Red+Green+Blue) = 213+181+211=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 211 (82.81% from 255 or 34.88% from 605); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B5D3 is #2A4A2C. Grayscale: #C1C1C1. Windows color (decimal): -2771501 or 13874645. OLE color: 13874645.

HSL color Cylindrical-coordinate representation of color #D5B5D3: hue angle of 303.75º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5B5D3 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 181 211 -
CMYK 0 0.15 0.01 0.16
HSL 303.75º 0.28% 0.77% -
HSV(B) 303.75º 0.15% 0.84% -
XYZ 55.72 51.9 68.71 -
YUV 193.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 213 181 211 0 0.15 0.01 0.16 303.75 0.28 0.77
Hex D5 B5 D3 0 F 1 10 130 1C 4D
Octal 325 265 323 0 17 1 20 460 34 115
Binary 11010101 10110101 11010011 0 1111 1 10000 100110000 11100 1001101

Color Harmonies of #D5B5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B5D3

Black with #D5B5D3

Text Example


Text Example

White with #D5B5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B5D3; }

 p { color: rgb(213,181,211); }

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

background-color css

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

 a { background-color: rgb(213,181,211); }

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

border-color css

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

 span { border-color: rgb(213,181,211); }

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