Html Css Color HEX #D6BBCF French Lilac

📋 copy color: '#D6BBCF'

red 214 ◦ green 187 ◦ blue 207

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

Shades of French Lilac #D6BBCF

Tints of French Lilac #D6BBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.76%

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

R = 35.2%
G = 30.76%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D6BBCF (or 0xD6BBCF) is known color: French Lilac. HEX triplet: D6, BB and CF. RGB value is (214,187,207). Sum of RGB (Red+Green+Blue) = 214+187+207=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBCF is #294430. Grayscale: #C5C5C5. Windows color (decimal): -2704433 or 13614038. OLE color: 13614038.

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

Color convert

RGB 214 187 207 -
CMYK 0 0.13 0.03 0.16
HSL 315.56º 0.25% 0.79% -
HSV(B) 315.56º 0.13% 0.84% -
XYZ 56.76 54.34 66.53 -
YUV 197.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 214 187 207 0 0.13 0.03 0.16 315.56 0.25 0.79
Hex D6 BB CF 0 D 3 10 13C 19 4F
Octal 326 273 317 0 15 3 20 474 31 117
Binary 11010110 10111011 11001111 0 1101 11 10000 100111100 11001 1001111

Color Harmonies of #D6BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BBCF

Black with #D6BBCF

Text Example


Text Example

White with #D6BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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