Html Css Color HEX #D5B5CF French Lilac

📋 copy color: '#D5B5CF'

red 213 ◦ green 181 ◦ blue 207

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

Shades of French Lilac #D5B5CF

Tints of French Lilac #D5B5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.44%

R = 35.44%
G = 30.12%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D5B5CF (or 0xD5B5CF) is known color: French Lilac. HEX triplet: D5, B5 and CF. RGB value is (213,181,207). Sum of RGB (Red+Green+Blue) = 213+181+207=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 181 (71.09% from 255 or 30.12% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B5CF is #2A4A30. Grayscale: #C1C1C1. Windows color (decimal): -2771505 or 13612501. OLE color: 13612501.

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

Color convert

RGB 213 181 207 -
CMYK 0 0.15 0.03 0.16
HSL 311.25º 0.28% 0.77% -
HSV(B) 311.25º 0.15% 0.84% -
XYZ 55.23 51.7 66.1 -
YUV 193.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 213 181 207 0 0.15 0.03 0.16 311.25 0.28 0.77
Hex D5 B5 CF 0 F 3 10 137 1C 4D
Octal 325 265 317 0 17 3 20 467 34 115
Binary 11010101 10110101 11001111 0 1111 11 10000 100110111 11100 1001101

Color Harmonies of #D5B5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B5CF

Black with #D5B5CF

Text Example


Text Example

White with #D5B5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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