Html Css Color HEX #D7B5CF French Lilac

📋 copy color: '#D7B5CF'

red 215 ◦ green 181 ◦ blue 207

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

Shades of French Lilac #D7B5CF

Tints of French Lilac #D7B5CF

RGB

 RED value IS 215 (84.38% from 255) = 35.66%

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

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

R = 35.66%
G = 30.02%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D7B5CF (or 0xD7B5CF) is known color: French Lilac. HEX triplet: D7, B5 and CF. RGB value is (215,181,207). Sum of RGB (Red+Green+Blue) = 215+181+207=603 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.66% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B5CF is #284A30. Grayscale: #C2C2C2. Windows color (decimal): -2640433 or 13612503. OLE color: 13612503.

HSL color Cylindrical-coordinate representation of color #D7B5CF: hue angle of 314.12º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7B5CF is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 181 207 -
CMYK 0 0.16 0.04 0.16
HSL 314.12º 0.3% 0.78% -
HSV(B) 314.12º 0.16% 0.84% -
XYZ 55.81 52 66.13 -
YUV 194.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 215 181 207 0 0.16 0.04 0.16 314.12 0.3 0.78
Hex D7 B5 CF 0 10 4 10 13A 1E 4E
Octal 327 265 317 0 20 4 20 472 36 116
Binary 11010111 10110101 11001111 0 10000 100 10000 100111010 11110 1001110

Color Harmonies of #D7B5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B5CF

Black with #D7B5CF

Text Example


Text Example

White with #D7B5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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