Html Css Color HEX #D6BBBC Pink Flare

📋 copy color: '#D6BBBC'

red 214 ◦ green 187 ◦ blue 188

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

Shades of Pink Flare #D6BBBC

Tints of Pink Flare #D6BBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.92%

R = 36.33%
G = 31.75%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D6BBBC (or 0xD6BBBC) is known color: Pink Flare. HEX triplet: D6, BB and BC. RGB value is (214,187,188). Sum of RGB (Red+Green+Blue) = 214+187+188=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBBC is #294443. Grayscale: #C3C3C3. Windows color (decimal): -2704452 or 12368854. OLE color: 12368854.

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

Color convert

RGB 214 187 188 -
CMYK 0 0.13 0.12 0.16
HSL 357.78º 0.25% 0.79% -
HSV(B) 357.78º 0.13% 0.84% -
XYZ 54.58 53.47 55.02 -
YUV 195.19 123.95 141.42 -
System Red Green Blue C M Y K H S L
Decimal 214 187 188 0 0.13 0.12 0.16 357.78 0.25 0.79
Hex D6 BB BC 0 D C 10 166 19 4F
Octal 326 273 274 0 15 14 20 546 31 117
Binary 11010110 10111011 10111100 0 1101 1100 10000 101100110 11001 1001111

Color Harmonies of #D6BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BBBC

Black with #D6BBBC

Text Example


Text Example

White with #D6BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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