Html Css Color HEX #D7BBCF French Lilac

📋 copy color: '#D7BBCF'

red 215 ◦ green 187 ◦ blue 207

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

Shades of French Lilac #D7BBCF

Tints of French Lilac #D7BBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.71%

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

R = 35.3%
G = 30.71%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D7BBCF (or 0xD7BBCF) is known color: French Lilac. HEX triplet: D7, BB and CF. RGB value is (215,187,207). Sum of RGB (Red+Green+Blue) = 215+187+207=609 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.30% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BBCF is #284430. Grayscale: #C5C5C5. Windows color (decimal): -2638897 or 13614039. OLE color: 13614039.

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

Color convert

RGB 215 187 207 -
CMYK 0 0.13 0.04 0.16
HSL 317.14º 0.26% 0.79% -
HSV(B) 317.14º 0.13% 0.84% -
XYZ 57.06 54.49 66.54 -
YUV 197.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 215 187 207 0 0.13 0.04 0.16 317.14 0.26 0.79
Hex D7 BB CF 0 D 4 10 13D 1A 4F
Octal 327 273 317 0 15 4 20 475 32 117
Binary 11010111 10111011 11001111 0 1101 100 10000 100111101 11010 1001111

Color Harmonies of #D7BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BBCF

Black with #D7BBCF

Text Example


Text Example

White with #D7BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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