Html Css Color HEX #D5B2B9 Blossom

📋 copy color: '#D5B2B9'

red 213 ◦ green 178 ◦ blue 185

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

Shades of Blossom #D5B2B9

Tints of Blossom #D5B2B9

RGB

 RED value IS 213 (83.59% from 255) = 36.98%

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

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

R = 36.98%
G = 30.9%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D5B2B9 (or 0xD5B2B9) is known color: Blossom. HEX triplet: D5, B2 and B9. RGB value is (213,178,185). Sum of RGB (Red+Green+Blue) = 213+178+185=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B2B9 is #2A4D46. Grayscale: #BDBDBD. Windows color (decimal): -2772295 or 12169941. OLE color: 12169941.

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

Color convert

RGB 213 178 185 -
CMYK 0 0.16 0.13 0.16
HSL 348º 0.29% 0.77% -
HSV(B) 348º 0.16% 0.84% -
XYZ 52.12 49.49 52.7 -
YUV 189.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 213 178 185 0 0.16 0.13 0.16 348 0.29 0.77
Hex D5 B2 B9 0 10 D 10 15C 1D 4D
Octal 325 262 271 0 20 15 20 534 35 115
Binary 11010101 10110010 10111001 0 10000 1101 10000 101011100 11101 1001101

Color Harmonies of #D5B2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B2B9

Black with #D5B2B9

Text Example


Text Example

White with #D5B2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B2B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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