Html Css Color HEX #D6BABB Pink Flare

📋 copy color: '#D6BABB'

red 214 ◦ green 186 ◦ blue 187

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

Shades of Pink Flare #D6BABB

Tints of Pink Flare #D6BABB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.69%

 BLUE value IS 187 (73.44% from 255) = 31.86%

R = 36.46%
G = 31.69%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6BABB (or 0xD6BABB) is known color: Pink Flare. HEX triplet: D6, BA and BB. RGB value is (214,186,187). Sum of RGB (Red+Green+Blue) = 214+186+187=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BABB is #294544. Grayscale: #C2C2C2. Windows color (decimal): -2704709 or 12303062. OLE color: 12303062.

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

Color convert

RGB 214 186 187 -
CMYK 0 0.13 0.13 0.16
HSL 357.86º 0.25% 0.78% -
HSV(B) 357.86º 0.13% 0.84% -
XYZ 54.26 53 54.38 -
YUV 194.49 123.78 141.92 -
System Red Green Blue C M Y K H S L
Decimal 214 186 187 0 0.13 0.13 0.16 357.86 0.25 0.78
Hex D6 BA BB 0 D D 10 166 19 4E
Octal 326 272 273 0 15 15 20 546 31 116
Binary 11010110 10111010 10111011 0 1101 1101 10000 101100110 11001 1001110

Color Harmonies of #D6BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BABB

Black with #D6BABB

Text Example


Text Example

White with #D6BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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