Html Css Color HEX #D9BEBF Pink Flare

📋 copy color: '#D9BEBF'

red 217 ◦ green 190 ◦ blue 191

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

Shades of Pink Flare #D9BEBF

Tints of Pink Flare #D9BEBF

RGB

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

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

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

R = 36.29%
G = 31.77%
B = 31.94%

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

#D9BEBF (or 0xD9BEBF) is known color: Pink Flare. HEX triplet: D9, BE and BF. RGB value is (217,190,191). Sum of RGB (Red+Green+Blue) = 217+190+191=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BEBF is #264140. Grayscale: #C6C6C6. Windows color (decimal): -2507073 or 12566233. OLE color: 12566233.

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

Color convert

RGB 217 190 191 -
CMYK 0 0.12 0.12 0.15
HSL 357.78º 0.26% 0.8% -
HSV(B) 357.78º 0.12% 0.85% -
XYZ 56.43 55.34 57 -
YUV 198.19 123.95 141.42 -
System Red Green Blue C M Y K H S L
Decimal 217 190 191 0 0.12 0.12 0.15 357.78 0.26 0.8
Hex D9 BE BF 0 C C F 166 1A 50
Octal 331 276 277 0 14 14 17 546 32 120
Binary 11011001 10111110 10111111 0 1100 1100 1111 101100110 11010 1010000

Color Harmonies of #D9BEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BEBF

Black with #D9BEBF

Text Example


Text Example

White with #D9BEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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