Html Css Color HEX #D6B7CF French Lilac

📋 copy color: '#D6B7CF'

red 214 ◦ green 183 ◦ blue 207

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

Shades of French Lilac #D6B7CF

Tints of French Lilac #D6B7CF

RGB

 RED value IS 214 (83.98% from 255) = 35.43%

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

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

R = 35.43%
G = 30.3%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D6B7CF (or 0xD6B7CF) is known color: French Lilac. HEX triplet: D6, B7 and CF. RGB value is (214,183,207). Sum of RGB (Red+Green+Blue) = 214+183+207=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B7CF is #294830. Grayscale: #C2C2C2. Windows color (decimal): -2705457 or 13613014. OLE color: 13613014.

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

Color convert

RGB 214 183 207 -
CMYK 0 0.14 0.03 0.16
HSL 313.55º 0.27% 0.78% -
HSV(B) 313.55º 0.14% 0.84% -
XYZ 55.93 52.67 66.25 -
YUV 195.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 214 183 207 0 0.14 0.03 0.16 313.55 0.27 0.78
Hex D6 B7 CF 0 E 3 10 13A 1B 4E
Octal 326 267 317 0 16 3 20 472 33 116
Binary 11010110 10110111 11001111 0 1110 11 10000 100111010 11011 1001110

Color Harmonies of #D6B7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B7CF

Black with #D6B7CF

Text Example


Text Example

White with #D6B7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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