Html Css Color HEX #D8BABC Pink Flare

📋 copy color: '#D8BABC'

red 216 ◦ green 186 ◦ blue 188

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

Shades of Pink Flare #D8BABC

Tints of Pink Flare #D8BABC

RGB

 RED value IS 216 (84.77% from 255) = 36.61%

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

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

R = 36.61%
G = 31.53%
B = 31.86%

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

#D8BABC (or 0xD8BABC) is known color: Pink Flare. HEX triplet: D8, BA and BC. RGB value is (216,186,188). Sum of RGB (Red+Green+Blue) = 216+186+188=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BABC is #274543. Grayscale: #C3C3C3. Windows color (decimal): -2573636 or 12368600. OLE color: 12368600.

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

Color convert

RGB 216 186 188 -
CMYK 0 0.14 0.13 0.15
HSL 356º 0.28% 0.79% -
HSV(B) 356º 0.14% 0.85% -
XYZ 54.95 53.35 54.98 -
YUV 195.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 216 186 188 0 0.14 0.13 0.15 356 0.28 0.79
Hex D8 BA BC 0 E D F 164 1C 4F
Octal 330 272 274 0 16 15 17 544 34 117
Binary 11011000 10111010 10111100 0 1110 1101 1111 101100100 11100 1001111

Color Harmonies of #D8BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BABC

Black with #D8BABC

Text Example


Text Example

White with #D8BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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