Html Css Color HEX #DEB2BB Blossom

📋 copy color: '#DEB2BB'

red 222 ◦ green 178 ◦ blue 187

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

Shades of Blossom #DEB2BB

Tints of Blossom #DEB2BB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.32%

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

R = 37.82%
G = 30.32%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DEB2BB (or 0xDEB2BB) is known color: Blossom. HEX triplet: DE, B2 and BB. RGB value is (222,178,187). Sum of RGB (Red+Green+Blue) = 222+178+187=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB2BB is #214D44. Grayscale: #C0C0C0. Windows color (decimal): -2182469 or 12301022. OLE color: 12301022.

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

Color convert

RGB 222 178 187 -
CMYK 0 0.20 0.16 0.13
HSL 347.73º 0.4% 0.78% -
HSV(B) 347.73º 0.2% 0.87% -
XYZ 55.01 50.96 53.95 -
YUV 192.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 222 178 187 0 0.20 0.16 0.13 347.73 0.4 0.78
Hex DE B2 BB 0 14 10 D 15C 28 4E
Octal 336 262 273 0 24 20 15 534 50 116
Binary 11011110 10110010 10111011 0 10100 10000 1101 101011100 101000 1001110

Color Harmonies of #DEB2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB2BB

Black with #DEB2BB

Text Example


Text Example

White with #DEB2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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