Html Css Color HEX #DEB5BA Blossom

📋 copy color: '#DEB5BA'

red 222 ◦ green 181 ◦ blue 186

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

Shades of Blossom #DEB5BA

Tints of Blossom #DEB5BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.58%

R = 37.69%
G = 30.73%
B = 31.58%

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

#DEB5BA (or 0xDEB5BA) is known color: Blossom. HEX triplet: DE, B5 and BA. RGB value is (222,181,186). Sum of RGB (Red+Green+Blue) = 222+181+186=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB5BA is #214A45. Grayscale: #C1C1C1. Windows color (decimal): -2181702 or 12236254. OLE color: 12236254.

HSL color Cylindrical-coordinate representation of color #DEB5BA: hue angle of 352.68º 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 #DEB5BA is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 181 186 -
CMYK 0 0.18 0.16 0.13
HSL 352.68º 0.38% 0.79% -
HSV(B) 352.68º 0.18% 0.87% -
XYZ 55.51 52.12 53.59 -
YUV 193.83 123.58 148.09 -
System Red Green Blue C M Y K H S L
Decimal 222 181 186 0 0.18 0.16 0.13 352.68 0.38 0.79
Hex DE B5 BA 0 12 10 D 161 26 4F
Octal 336 265 272 0 22 20 15 541 46 117
Binary 11011110 10110101 10111010 0 10010 10000 1101 101100001 100110 1001111

Color Harmonies of #DEB5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB5BA

Black with #DEB5BA

Text Example


Text Example

White with #DEB5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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