Html Css Color HEX #D9B2B7 Blossom

📋 copy color: '#D9B2B7'

red 217 ◦ green 178 ◦ blue 183

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

Shades of Blossom #D9B2B7

Tints of Blossom #D9B2B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.66%

R = 37.54%
G = 30.8%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D9B2B7 (or 0xD9B2B7) is known color: Blossom. HEX triplet: D9, B2 and B7. RGB value is (217,178,183). Sum of RGB (Red+Green+Blue) = 217+178+183=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 183 (71.88% from 255 or 31.66% from 578); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B2B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B2B7 is #264D48. Grayscale: #BEBEBE. Windows color (decimal): -2510153 or 12038873. OLE color: 12038873.

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

Color convert

RGB 217 178 183 -
CMYK 0 0.18 0.16 0.15
HSL 352.31º 0.34% 0.77% -
HSV(B) 352.31º 0.18% 0.85% -
XYZ 53.08 50.01 51.66 -
YUV 190.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 217 178 183 0 0.18 0.16 0.15 352.31 0.34 0.77
Hex D9 B2 B7 0 12 10 F 160 22 4D
Octal 331 262 267 0 22 20 17 540 42 115
Binary 11011001 10110010 10110111 0 10010 10000 1111 101100000 100010 1001101

Color Harmonies of #D9B2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B2B7

Black with #D9B2B7

Text Example


Text Example

White with #D9B2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B2B7; }

 p { color: rgb(217,178,183); }

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

background-color css

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

 a { background-color: rgb(217,178,183); }

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

border-color css

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

 span { border-color: rgb(217,178,183); }

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