Html Css Color HEX #D7BDBF Pink Flare

📋 copy color: '#D7BDBF'

red 215 ◦ green 189 ◦ blue 191

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

Shades of Pink Flare #D7BDBF

Tints of Pink Flare #D7BDBF

RGB

 RED value IS 215 (84.38% from 255) = 36.13%

 GREEN value IS 189 (74.22% from 255) = 31.76%

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

R = 36.13%
G = 31.76%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D7BDBF (or 0xD7BDBF) is known color: Pink Flare. HEX triplet: D7, BD and BF. RGB value is (215,189,191). Sum of RGB (Red+Green+Blue) = 215+189+191=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDBF is #284240. Grayscale: #C5C5C5. Windows color (decimal): -2638401 or 12565975. OLE color: 12565975.

HSL color Cylindrical-coordinate representation of color #D7BDBF: hue angle of 355.38º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7BDBF is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 189 191 -
CMYK 0 0.12 0.11 0.16
HSL 355.38º 0.25% 0.79% -
HSV(B) 355.38º 0.12% 0.84% -
XYZ 55.63 54.6 56.9 -
YUV 197 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 215 189 191 0 0.12 0.11 0.16 355.38 0.25 0.79
Hex D7 BD BF 0 C B 10 163 19 4F
Octal 327 275 277 0 14 13 20 543 31 117
Binary 11010111 10111101 10111111 0 1100 1011 10000 101100011 11001 1001111

Color Harmonies of #D7BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BDBF

Black with #D7BDBF

Text Example


Text Example

White with #D7BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BDBF; }

 p { color: rgb(215,189,191); }

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

background-color css

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

 a { background-color: rgb(215,189,191); }

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

border-color css

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

 span { border-color: rgb(215,189,191); }

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