Html Css Color HEX #D7B3BA Blossom

📋 copy color: '#D7B3BA'

red 215 ◦ green 179 ◦ blue 186

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

Shades of Blossom #D7B3BA

Tints of Blossom #D7B3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.86%

 BLUE value IS 186 (73.05% from 255) = 32.07%

R = 37.07%
G = 30.86%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D7B3BA (or 0xD7B3BA) is known color: Blossom. HEX triplet: D7, B3 and BA. RGB value is (215,179,186). Sum of RGB (Red+Green+Blue) = 215+179+186=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 179 (70.31% from 255 or 30.86% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B3BA is #284C45. Grayscale: #BEBEBE. Windows color (decimal): -2640966 or 12235735. OLE color: 12235735.

HSL color Cylindrical-coordinate representation of color #D7B3BA: hue angle of 348.33º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7B3BA is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 179 186 -
CMYK 0 0.17 0.13 0.16
HSL 348.33º 0.31% 0.77% -
HSV(B) 348.33º 0.17% 0.84% -
XYZ 53.01 50.23 53.36 -
YUV 190.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 215 179 186 0 0.17 0.13 0.16 348.33 0.31 0.77
Hex D7 B3 BA 0 11 D 10 15C 1F 4D
Octal 327 263 272 0 21 15 20 534 37 115
Binary 11010111 10110011 10111010 0 10001 1101 10000 101011100 11111 1001101

Color Harmonies of #D7B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B3BA

Black with #D7B3BA

Text Example


Text Example

White with #D7B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B3BA; }

 p { color: rgb(215,179,186); }

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

background-color css

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

 a { background-color: rgb(215,179,186); }

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

border-color css

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

 span { border-color: rgb(215,179,186); }

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