Html Css Color HEX #DEB5B8 Blossom

📋 copy color: '#DEB5B8'

red 222 ◦ green 181 ◦ blue 184

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

Shades of Blossom #DEB5B8

Tints of Blossom #DEB5B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.35%

R = 37.82%
G = 30.83%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DEB5B8 (or 0xDEB5B8) is known color: Blossom. HEX triplet: DE, B5 and B8. RGB value is (222,181,184). Sum of RGB (Red+Green+Blue) = 222+181+184=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 184 (72.27% from 255 or 31.35% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB5B8 is #214A47. Grayscale: #C1C1C1. Windows color (decimal): -2181704 or 12105182. OLE color: 12105182.

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

Color convert

RGB 222 181 184 -
CMYK 0 0.18 0.17 0.13
HSL 355.61º 0.38% 0.79% -
HSV(B) 355.61º 0.18% 0.87% -
XYZ 55.3 52.04 52.48 -
YUV 193.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 222 181 184 0 0.18 0.17 0.13 355.61 0.38 0.79
Hex DE B5 B8 0 12 11 D 164 26 4F
Octal 336 265 270 0 22 21 15 544 46 117
Binary 11011110 10110101 10111000 0 10010 10001 1101 101100100 100110 1001111

Color Harmonies of #DEB5B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB5B8

Black with #DEB5B8

Text Example


Text Example

White with #DEB5B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB5B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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