Html Css Color HEX #D7B4CF French Lilac

📋 copy color: '#D7B4CF'

red 215 ◦ green 180 ◦ blue 207

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

Shades of French Lilac #D7B4CF

Tints of French Lilac #D7B4CF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.9%

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

R = 35.71%
G = 29.9%
B = 34.39%

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

#D7B4CF (or 0xD7B4CF) is known color: French Lilac. HEX triplet: D7, B4 and CF. RGB value is (215,180,207). Sum of RGB (Red+Green+Blue) = 215+180+207=602 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.71% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B4CF is #284B30. Grayscale: #C1C1C1. Windows color (decimal): -2640689 or 13612247. OLE color: 13612247.

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

Color convert

RGB 215 180 207 -
CMYK 0 0.16 0.04 0.16
HSL 313.71º 0.3% 0.77% -
HSV(B) 313.71º 0.16% 0.84% -
XYZ 55.61 51.59 66.06 -
YUV 193.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 215 180 207 0 0.16 0.04 0.16 313.71 0.3 0.77
Hex D7 B4 CF 0 10 4 10 13A 1E 4D
Octal 327 264 317 0 20 4 20 472 36 115
Binary 11010111 10110100 11001111 0 10000 100 10000 100111010 11110 1001101

Color Harmonies of #D7B4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B4CF

Black with #D7B4CF

Text Example


Text Example

White with #D7B4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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