Html Css Color HEX #D7B1B9 Blossom

📋 copy color: '#D7B1B9'

red 215 ◦ green 177 ◦ blue 185

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

Shades of Blossom #D7B1B9

Tints of Blossom #D7B1B9

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.68%

 BLUE value IS 185 (72.66% from 255) = 32.06%

R = 37.26%
G = 30.68%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D7B1B9 (or 0xD7B1B9) is known color: Blossom. HEX triplet: D7, B1 and B9. RGB value is (215,177,185). Sum of RGB (Red+Green+Blue) = 215+177+185=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B1B9 is #284E46. Grayscale: #BDBDBD. Windows color (decimal): -2641479 or 12169687. OLE color: 12169687.

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

Color convert

RGB 215 177 185 -
CMYK 0 0.18 0.14 0.16
HSL 347.37º 0.32% 0.77% -
HSV(B) 347.37º 0.18% 0.84% -
XYZ 52.5 49.39 52.67 -
YUV 189.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 215 177 185 0 0.18 0.14 0.16 347.37 0.32 0.77
Hex D7 B1 B9 0 12 E 10 15B 20 4D
Octal 327 261 271 0 22 16 20 533 40 115
Binary 11010111 10110001 10111001 0 10010 1110 10000 101011011 100000 1001101

Color Harmonies of #D7B1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B1B9

Black with #D7B1B9

Text Example


Text Example

White with #D7B1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B1B9; }

 p { color: rgb(215,177,185); }

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

background-color css

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

 a { background-color: rgb(215,177,185); }

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

border-color css

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

 span { border-color: rgb(215,177,185); }

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