Html Css Color HEX #D9B3BA Blossom

📋 copy color: '#D9B3BA'

red 217 ◦ green 179 ◦ blue 186

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

Shades of Blossom #D9B3BA

Tints of Blossom #D9B3BA

RGB

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

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

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

R = 37.29%
G = 30.76%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D9B3BA (or 0xD9B3BA) is known color: Blossom. HEX triplet: D9, B3 and BA. RGB value is (217,179,186). Sum of RGB (Red+Green+Blue) = 217+179+186=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 179 (70.31% from 255 or 30.76% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B3BA is #264C45. Grayscale: #BFBFBF. Windows color (decimal): -2509894 or 12235737. OLE color: 12235737.

HSL color Cylindrical-coordinate representation of color #D9B3BA: hue angle of 348.95º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9B3BA is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 179 186 -
CMYK 0 0.18 0.14 0.15
HSL 348.95º 0.33% 0.78% -
HSV(B) 348.95º 0.18% 0.85% -
XYZ 53.6 50.54 53.38 -
YUV 191.16 125.09 146.43 -
System Red Green Blue C M Y K H S L
Decimal 217 179 186 0 0.18 0.14 0.15 348.95 0.33 0.78
Hex D9 B3 BA 0 12 E F 15D 21 4E
Octal 331 263 272 0 22 16 17 535 41 116
Binary 11011001 10110011 10111010 0 10010 1110 1111 101011101 100001 1001110

Color Harmonies of #D9B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B3BA

Black with #D9B3BA

Text Example


Text Example

White with #D9B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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