Html Css Color HEX #D9BABB Pink Flare

📋 copy color: '#D9BABB'

red 217 ◦ green 186 ◦ blue 187

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

Shades of Pink Flare #D9BABB

Tints of Pink Flare #D9BABB

RGB

 RED value IS 217 (85.16% from 255) = 36.78%

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

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

R = 36.78%
G = 31.53%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D9BABB (or 0xD9BABB) is known color: Pink Flare. HEX triplet: D9, BA and BB. RGB value is (217,186,187). Sum of RGB (Red+Green+Blue) = 217+186+187=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BABB is #264544. Grayscale: #C3C3C3. Windows color (decimal): -2508101 or 12303065. OLE color: 12303065.

HSL color Cylindrical-coordinate representation of color #D9BABB: hue angle of 358.06º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9BABB is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 186 187 -
CMYK 0 0.14 0.14 0.15
HSL 358.06º 0.29% 0.79% -
HSV(B) 358.06º 0.14% 0.85% -
XYZ 55.14 53.46 54.43 -
YUV 195.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 217 186 187 0 0.14 0.14 0.15 358.06 0.29 0.79
Hex D9 BA BB 0 E E F 166 1D 4F
Octal 331 272 273 0 16 16 17 546 35 117
Binary 11011001 10111010 10111011 0 1110 1110 1111 101100110 11101 1001111

Color Harmonies of #D9BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BABB

Black with #D9BABB

Text Example


Text Example

White with #D9BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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