Html Css Color HEX #D6B8CE French Lilac

📋 copy color: '#D6B8CE'

red 214 ◦ green 184 ◦ blue 206

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

Shades of French Lilac #D6B8CE

Tints of French Lilac #D6B8CE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.46%

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

R = 35.43%
G = 30.46%
B = 34.11%

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

#D6B8CE (or 0xD6B8CE) is known color: French Lilac. HEX triplet: D6, B8 and CE. RGB value is (214,184,206). Sum of RGB (Red+Green+Blue) = 214+184+206=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 184 (72.27% from 255 or 30.46% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B8CE is #294731. Grayscale: #C3C3C3. Windows color (decimal): -2705202 or 13547734. OLE color: 13547734.

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

Color convert

RGB 214 184 206 -
CMYK 0 0.14 0.04 0.16
HSL 316º 0.27% 0.78% -
HSV(B) 316º 0.14% 0.84% -
XYZ 56.01 53.03 65.68 -
YUV 195.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 214 184 206 0 0.14 0.04 0.16 316 0.27 0.78
Hex D6 B8 CE 0 E 4 10 13C 1B 4E
Octal 326 270 316 0 16 4 20 474 33 116
Binary 11010110 10111000 11001110 0 1110 100 10000 100111100 11011 1001110

Color Harmonies of #D6B8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B8CE

Black with #D6B8CE

Text Example


Text Example

White with #D6B8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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