Html Css Color HEX #DEB4BB Blossom

📋 copy color: '#DEB4BB'

red 222 ◦ green 180 ◦ blue 187

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

Shades of Blossom #DEB4BB

Tints of Blossom #DEB4BB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.56%

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

R = 37.69%
G = 30.56%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DEB4BB (or 0xDEB4BB) is known color: Blossom. HEX triplet: DE, B4 and BB. RGB value is (222,180,187). Sum of RGB (Red+Green+Blue) = 222+180+187=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB4BB is #214B44. Grayscale: #C1C1C1. Windows color (decimal): -2181957 or 12301534. OLE color: 12301534.

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

Color convert

RGB 222 180 187 -
CMYK 0 0.19 0.16 0.13
HSL 350º 0.39% 0.79% -
HSV(B) 350º 0.19% 0.87% -
XYZ 55.42 51.76 54.08 -
YUV 193.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 222 180 187 0 0.19 0.16 0.13 350 0.39 0.79
Hex DE B4 BB 0 13 10 D 15E 27 4F
Octal 336 264 273 0 23 20 15 536 47 117
Binary 11011110 10110100 10111011 0 10011 10000 1101 101011110 100111 1001111

Color Harmonies of #DEB4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB4BB

Black with #DEB4BB

Text Example


Text Example

White with #DEB4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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