#D5B0CF

Color #D5B0CF French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #D5B0CF

Tints of French Lilac #D5B0CF

Color information

#D5B0CF (or 0xD5B0CF) is unknown color: approx French Lilac. HEX triplet: D5, B0 and CF. RGB value is (213,176,207). Sum of RGB (Red+Green+Blue) = 213+176+207=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B0CF is #2A4F30. Grayscale: #BEBEBE. Windows color (decimal): -2772785 or 13611221. OLE color: 13611221.

HSL color Cylindrical-coordinate representation of color #D5B0CF: hue angle of 309.73º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5B0CF is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB213176207-
CMYK00.170.030.16
HSL309.73º30.58%76.27%-
HSV(B)309.73º17.37%83.53%-
XYZ54.2349.765.77-
YUV190.6137.26143.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.74%
GREEN value IS 176 (69.14% from 255) = 29.53%
BLUE value IS 207 (81.25% from 255) = 34.73%
R=35.74%
G=29.53%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317620700.170.030.16309.7330.5876.27
HexD5B0CF0113101361f4c
Octal32526031702132046637114
Binary1101010110110000110011110100011110000100110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B0CF; }

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

 H1.HeaderClassName
 {
   color: #D5B0CF;
 }
 .AnyTagClassName
 {
   color: #D5B0CF;
 }
</style>
background-color css

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

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

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

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

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

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