Html Css Color HEX #D8BEBF Pink Flare

📋 copy color: '#D8BEBF'

red 216 ◦ green 190 ◦ blue 191

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

Shades of Pink Flare #D8BEBF

Tints of Pink Flare #D8BEBF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.83%

 BLUE value IS 191 (75% from 255) = 31.99%

R = 36.18%
G = 31.83%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D8BEBF (or 0xD8BEBF) is known color: Pink Flare. HEX triplet: D8, BE and BF. RGB value is (216,190,191). Sum of RGB (Red+Green+Blue) = 216+190+191=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BEBF is #274140. Grayscale: #C5C5C5. Windows color (decimal): -2572609 or 12566232. OLE color: 12566232.

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

Color convert

RGB 216 190 191 -
CMYK 0 0.12 0.12 0.15
HSL 357.69º 0.25% 0.8% -
HSV(B) 357.69º 0.12% 0.85% -
XYZ 56.14 55.19 56.98 -
YUV 197.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 216 190 191 0 0.12 0.12 0.15 357.69 0.25 0.8
Hex D8 BE BF 0 C C F 166 19 50
Octal 330 276 277 0 14 14 17 546 31 120
Binary 11011000 10111110 10111111 0 1100 1100 1111 101100110 11001 1010000

Color Harmonies of #D8BEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BEBF

Black with #D8BEBF

Text Example


Text Example

White with #D8BEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BEBF; }

 p { color: rgb(216,190,191); }

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

background-color css

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

 a { background-color: rgb(216,190,191); }

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

border-color css

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

 span { border-color: rgb(216,190,191); }

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