Html Css Color HEX #D6BBBF Pink Flare

📋 copy color: '#D6BBBF'

red 214 ◦ green 187 ◦ blue 191

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

Shades of Pink Flare #D6BBBF

Tints of Pink Flare #D6BBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.26%

R = 36.15%
G = 31.59%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D6BBBF (or 0xD6BBBF) is known color: Pink Flare. HEX triplet: D6, BB and BF. RGB value is (214,187,191). Sum of RGB (Red+Green+Blue) = 214+187+191=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBBF is #294440. Grayscale: #C3C3C3. Windows color (decimal): -2704449 or 12565462. OLE color: 12565462.

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

Color convert

RGB 214 187 191 -
CMYK 0 0.13 0.11 0.16
HSL 351.11º 0.25% 0.79% -
HSV(B) 351.11º 0.13% 0.84% -
XYZ 54.91 53.6 56.74 -
YUV 195.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 214 187 191 0 0.13 0.11 0.16 351.11 0.25 0.79
Hex D6 BB BF 0 D B 10 15F 19 4F
Octal 326 273 277 0 15 13 20 537 31 117
Binary 11010110 10111011 10111111 0 1101 1011 10000 101011111 11001 1001111

Color Harmonies of #D6BBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BBBF

Black with #D6BBBF

Text Example


Text Example

White with #D6BBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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