Html Css Color HEX #D6B7CE French Lilac

📋 copy color: '#D6B7CE'

red 214 ◦ green 183 ◦ blue 206

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

Shades of French Lilac #D6B7CE

Tints of French Lilac #D6B7CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.16%

R = 35.49%
G = 30.35%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D6B7CE (or 0xD6B7CE) is known color: French Lilac. HEX triplet: D6, B7 and CE. RGB value is (214,183,206). Sum of RGB (Red+Green+Blue) = 214+183+206=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 183 (71.88% from 255 or 30.35% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B7CE is #294831. Grayscale: #C2C2C2. Windows color (decimal): -2705458 or 13547478. OLE color: 13547478.

HSL color Cylindrical-coordinate representation of color #D6B7CE: hue angle of 315.48º 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 #D6B7CE is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 183 206 -
CMYK 0 0.14 0.04 0.16
HSL 315.48º 0.27% 0.78% -
HSV(B) 315.48º 0.14% 0.84% -
XYZ 55.81 52.62 65.61 -
YUV 194.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 214 183 206 0 0.14 0.04 0.16 315.48 0.27 0.78
Hex D6 B7 CE 0 E 4 10 13B 1B 4E
Octal 326 267 316 0 16 4 20 473 33 116
Binary 11010110 10110111 11001110 0 1110 100 10000 100111011 11011 1001110

Color Harmonies of #D6B7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B7CE

Black with #D6B7CE

Text Example


Text Example

White with #D6B7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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