Html Css Color HEX #D7B2B9 Blossom

📋 copy color: '#D7B2B9'

red 215 ◦ green 178 ◦ blue 185

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

Shades of Blossom #D7B2B9

Tints of Blossom #D7B2B9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.8%

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

R = 37.2%
G = 30.8%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D7B2B9 (or 0xD7B2B9) is known color: Blossom. HEX triplet: D7, B2 and B9. RGB value is (215,178,185). Sum of RGB (Red+Green+Blue) = 215+178+185=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B2B9 is #284D46. Grayscale: #BDBDBD. Windows color (decimal): -2641223 or 12169943. OLE color: 12169943.

HSL color Cylindrical-coordinate representation of color #D7B2B9: hue angle of 348.65º degrees, saturation: 0.32, 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 #D7B2B9 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 178 185 -
CMYK 0 0.17 0.14 0.16
HSL 348.65º 0.32% 0.77% -
HSV(B) 348.65º 0.17% 0.84% -
XYZ 52.7 49.79 52.73 -
YUV 189.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 215 178 185 0 0.17 0.14 0.16 348.65 0.32 0.77
Hex D7 B2 B9 0 11 E 10 15D 20 4D
Octal 327 262 271 0 21 16 20 535 40 115
Binary 11010111 10110010 10111001 0 10001 1110 10000 101011101 100000 1001101

Color Harmonies of #D7B2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B2B9

Black with #D7B2B9

Text Example


Text Example

White with #D7B2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B2B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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