Html Css Color HEX #D6BABC Pink Flare

📋 copy color: '#D6BABC'

red 214 ◦ green 186 ◦ blue 188

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

Shades of Pink Flare #D6BABC

Tints of Pink Flare #D6BABC

RGB

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

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

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

R = 36.39%
G = 31.63%
B = 31.97%

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

#D6BABC (or 0xD6BABC) is known color: Pink Flare. HEX triplet: D6, BA and BC. RGB value is (214,186,188). Sum of RGB (Red+Green+Blue) = 214+186+188=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BABC is #294543. Grayscale: #C2C2C2. Windows color (decimal): -2704708 or 12368598. OLE color: 12368598.

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

Color convert

RGB 214 186 188 -
CMYK 0 0.13 0.12 0.16
HSL 355.71º 0.25% 0.78% -
HSV(B) 355.71º 0.13% 0.84% -
XYZ 54.37 53.04 54.95 -
YUV 194.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 214 186 188 0 0.13 0.12 0.16 355.71 0.25 0.78
Hex D6 BA BC 0 D C 10 164 19 4E
Octal 326 272 274 0 15 14 20 544 31 116
Binary 11010110 10111010 10111100 0 1101 1100 10000 101100100 11001 1001110

Color Harmonies of #D6BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BABC

Black with #D6BABC

Text Example


Text Example

White with #D6BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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