Html Css Color HEX #D9BABC Pink Flare

📋 copy color: '#D9BABC'

red 217 ◦ green 186 ◦ blue 188

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

Shades of Pink Flare #D9BABC

Tints of Pink Flare #D9BABC

RGB

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

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

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

R = 36.72%
G = 31.47%
B = 31.81%

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

#D9BABC (or 0xD9BABC) is known color: Pink Flare. HEX triplet: D9, BA and BC. RGB value is (217,186,188). Sum of RGB (Red+Green+Blue) = 217+186+188=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BABC is #264543. Grayscale: #C3C3C3. Windows color (decimal): -2508100 or 12368601. OLE color: 12368601.

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

Color convert

RGB 217 186 188 -
CMYK 0 0.14 0.13 0.15
HSL 356.13º 0.29% 0.79% -
HSV(B) 356.13º 0.14% 0.85% -
XYZ 55.25 53.5 54.99 -
YUV 195.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 217 186 188 0 0.14 0.13 0.15 356.13 0.29 0.79
Hex D9 BA BC 0 E D F 164 1D 4F
Octal 331 272 274 0 16 15 17 544 35 117
Binary 11011001 10111010 10111100 0 1110 1101 1111 101100100 11101 1001111

Color Harmonies of #D9BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BABC

Black with #D9BABC

Text Example


Text Example

White with #D9BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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