Html Css Color HEX #D8B7CF French Lilac

📋 copy color: '#D8B7CF'

red 216 ◦ green 183 ◦ blue 207

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

Shades of French Lilac #D8B7CF

Tints of French Lilac #D8B7CF

RGB

 RED value IS 216 (84.77% from 255) = 35.64%

 GREEN value IS 183 (71.88% from 255) = 30.2%

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

R = 35.64%
G = 30.2%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D8B7CF (or 0xD8B7CF) is known color: French Lilac. HEX triplet: D8, B7 and CF. RGB value is (216,183,207). Sum of RGB (Red+Green+Blue) = 216+183+207=606 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.64% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B7CF is #274830. Grayscale: #C3C3C3. Windows color (decimal): -2574385 or 13613016. OLE color: 13613016.

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

Color convert

RGB 216 183 207 -
CMYK 0 0.15 0.04 0.15
HSL 316.36º 0.3% 0.78% -
HSV(B) 316.36º 0.15% 0.85% -
XYZ 56.51 52.97 66.28 -
YUV 195.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 216 183 207 0 0.15 0.04 0.15 316.36 0.3 0.78
Hex D8 B7 CF 0 F 4 F 13C 1E 4E
Octal 330 267 317 0 17 4 17 474 36 116
Binary 11011000 10110111 11001111 0 1111 100 1111 100111100 11110 1001110

Color Harmonies of #D8B7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B7CF

Black with #D8B7CF

Text Example


Text Example

White with #D8B7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B7CF; }

 p { color: rgb(216,183,207); }

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

background-color css

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

 a { background-color: rgb(216,183,207); }

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

border-color css

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

 span { border-color: rgb(216,183,207); }

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