Html Css Color HEX #DEB5BB Blossom

📋 copy color: '#DEB5BB'

red 222 ◦ green 181 ◦ blue 187

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

Shades of Blossom #DEB5BB

Tints of Blossom #DEB5BB

RGB

 RED value IS 222 (87.11% from 255) = 37.63%

 GREEN value IS 181 (71.09% from 255) = 30.68%

 BLUE value IS 187 (73.44% from 255) = 31.69%

R = 37.63%
G = 30.68%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DEB5BB (or 0xDEB5BB) is known color: Blossom. HEX triplet: DE, B5 and BB. RGB value is (222,181,187). Sum of RGB (Red+Green+Blue) = 222+181+187=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB5BB is #214A44. Grayscale: #C1C1C1. Windows color (decimal): -2181701 or 12301790. OLE color: 12301790.

HSL color Cylindrical-coordinate representation of color #DEB5BB: hue angle of 351.22º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEB5BB is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 181 187 -
CMYK 0 0.18 0.16 0.13
HSL 351.22º 0.38% 0.79% -
HSV(B) 351.22º 0.18% 0.87% -
XYZ 55.62 52.17 54.15 -
YUV 193.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 222 181 187 0 0.18 0.16 0.13 351.22 0.38 0.79
Hex DE B5 BB 0 12 10 D 15F 26 4F
Octal 336 265 273 0 22 20 15 537 46 117
Binary 11011110 10110101 10111011 0 10010 10000 1101 101011111 100110 1001111

Color Harmonies of #DEB5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB5BB

Black with #DEB5BB

Text Example


Text Example

White with #DEB5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB5BB; }

 p { color: rgb(222,181,187); }

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

background-color css

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

 a { background-color: rgb(222,181,187); }

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

border-color css

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

 span { border-color: rgb(222,181,187); }

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