Html Css Color HEX #D6B8CF French Lilac

📋 copy color: '#D6B8CF'

red 214 ◦ green 184 ◦ blue 207

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

Shades of French Lilac #D6B8CF

Tints of French Lilac #D6B8CF

RGB

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

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

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

R = 35.37%
G = 30.41%
B = 34.21%

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

#D6B8CF (or 0xD6B8CF) is known color: French Lilac. HEX triplet: D6, B8 and CF. RGB value is (214,184,207). Sum of RGB (Red+Green+Blue) = 214+184+207=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 184 (72.27% from 255 or 30.41% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B8CF is #294730. Grayscale: #C3C3C3. Windows color (decimal): -2705201 or 13613270. OLE color: 13613270.

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

Color convert

RGB 214 184 207 -
CMYK 0 0.14 0.03 0.16
HSL 314º 0.27% 0.78% -
HSV(B) 314º 0.14% 0.84% -
XYZ 56.13 53.08 66.32 -
YUV 195.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 214 184 207 0 0.14 0.03 0.16 314 0.27 0.78
Hex D6 B8 CF 0 E 3 10 13A 1B 4E
Octal 326 270 317 0 16 3 20 472 33 116
Binary 11010110 10111000 11001111 0 1110 11 10000 100111010 11011 1001110

Color Harmonies of #D6B8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B8CF

Black with #D6B8CF

Text Example


Text Example

White with #D6B8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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