Html Css Color HEX #D9BABD Pink Flare

📋 copy color: '#D9BABD'

red 217 ◦ green 186 ◦ blue 189

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

Shades of Pink Flare #D9BABD

Tints of Pink Flare #D9BABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.93%

R = 36.66%
G = 31.42%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D9BABD (or 0xD9BABD) is known color: Pink Flare. HEX triplet: D9, BA and BD. RGB value is (217,186,189). Sum of RGB (Red+Green+Blue) = 217+186+189=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BABD is #264542. Grayscale: #C3C3C3. Windows color (decimal): -2508099 or 12434137. OLE color: 12434137.

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

Color convert

RGB 217 186 189 -
CMYK 0 0.14 0.13 0.15
HSL 354.19º 0.29% 0.79% -
HSV(B) 354.19º 0.14% 0.85% -
XYZ 55.36 53.54 55.56 -
YUV 195.61 124.27 143.26 -
System Red Green Blue C M Y K H S L
Decimal 217 186 189 0 0.14 0.13 0.15 354.19 0.29 0.79
Hex D9 BA BD 0 E D F 162 1D 4F
Octal 331 272 275 0 16 15 17 542 35 117
Binary 11011001 10111010 10111101 0 1110 1101 1111 101100010 11101 1001111

Color Harmonies of #D9BABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BABD

Black with #D9BABD

Text Example


Text Example

White with #D9BABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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