Html Css Color HEX #DEB0BA Blossom

📋 copy color: '#DEB0BA'

red 222 ◦ green 176 ◦ blue 186

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

Shades of Blossom #DEB0BA

Tints of Blossom #DEB0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.14%

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

R = 38.01%
G = 30.14%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DEB0BA (or 0xDEB0BA) is known color: Blossom. HEX triplet: DE, B0 and BA. RGB value is (222,176,186). Sum of RGB (Red+Green+Blue) = 222+176+186=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0BA is #214F45. Grayscale: #BEBEBE. Windows color (decimal): -2182982 or 12234974. OLE color: 12234974.

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

Color convert

RGB 222 176 186 -
CMYK 0 0.21 0.16 0.13
HSL 346.96º 0.41% 0.78% -
HSV(B) 346.96º 0.21% 0.87% -
XYZ 54.51 50.13 53.26 -
YUV 190.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 222 176 186 0 0.21 0.16 0.13 346.96 0.41 0.78
Hex DE B0 BA 0 15 10 D 15B 29 4E
Octal 336 260 272 0 25 20 15 533 51 116
Binary 11011110 10110000 10111010 0 10101 10000 1101 101011011 101001 1001110

Color Harmonies of #DEB0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB0BA

Black with #DEB0BA

Text Example


Text Example

White with #DEB0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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