Html Css Color HEX #D6BCCF French Lilac

📋 copy color: '#D6BCCF'

red 214 ◦ green 188 ◦ blue 207

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

Shades of French Lilac #D6BCCF

Tints of French Lilac #D6BCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.87%

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

R = 35.14%
G = 30.87%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D6BCCF (or 0xD6BCCF) is known color: French Lilac. HEX triplet: D6, BC and CF. RGB value is (214,188,207). Sum of RGB (Red+Green+Blue) = 214+188+207=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCCF is #294330. Grayscale: #C5C5C5. Windows color (decimal): -2704177 or 13614294. OLE color: 13614294.

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

Color convert

RGB 214 188 207 -
CMYK 0 0.12 0.03 0.16
HSL 316.15º 0.24% 0.79% -
HSV(B) 316.15º 0.12% 0.84% -
XYZ 56.98 54.77 66.6 -
YUV 197.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 214 188 207 0 0.12 0.03 0.16 316.15 0.24 0.79
Hex D6 BC CF 0 C 3 10 13C 18 4F
Octal 326 274 317 0 14 3 20 474 30 117
Binary 11010110 10111100 11001111 0 1100 11 10000 100111100 11000 1001111

Color Harmonies of #D6BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BCCF

Black with #D6BCCF

Text Example


Text Example

White with #D6BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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