Html Css Color HEX #DEB7BA Blossom

📋 copy color: '#DEB7BA'

red 222 ◦ green 183 ◦ blue 186

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

Shades of Blossom #DEB7BA

Tints of Blossom #DEB7BA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.96%

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

R = 37.56%
G = 30.96%
B = 31.47%

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

#DEB7BA (or 0xDEB7BA) is known color: Blossom. HEX triplet: DE, B7 and BA. RGB value is (222,183,186). Sum of RGB (Red+Green+Blue) = 222+183+186=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB7BA is #214845. Grayscale: #C3C3C3. Windows color (decimal): -2181190 or 12236766. OLE color: 12236766.

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

Color convert

RGB 222 183 186 -
CMYK 0 0.18 0.16 0.13
HSL 355.38º 0.37% 0.79% -
HSV(B) 355.38º 0.18% 0.87% -
XYZ 55.92 52.94 53.73 -
YUV 195 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 222 183 186 0 0.18 0.16 0.13 355.38 0.37 0.79
Hex DE B7 BA 0 12 10 D 163 25 4F
Octal 336 267 272 0 22 20 15 543 45 117
Binary 11011110 10110111 10111010 0 10010 10000 1101 101100011 100101 1001111

Color Harmonies of #DEB7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB7BA

Black with #DEB7BA

Text Example


Text Example

White with #DEB7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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