Html Css Color HEX #DEBABE Blossom

📋 copy color: '#DEBABE'

red 222 ◦ green 186 ◦ blue 190

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

Shades of Blossom #DEBABE

Tints of Blossom #DEBABE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.1%

 BLUE value IS 190 (74.61% from 255) = 31.77%

R = 37.12%
G = 31.1%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DEBABE (or 0xDEBABE) is known color: Blossom. HEX triplet: DE, BA and BE. RGB value is (222,186,190). Sum of RGB (Red+Green+Blue) = 222+186+190=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBABE is #214541. Grayscale: #C5C5C5. Windows color (decimal): -2180418 or 12499678. OLE color: 12499678.

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

Color convert

RGB 222 186 190 -
CMYK 0 0.16 0.14 0.13
HSL 353.33º 0.35% 0.8% -
HSV(B) 353.33º 0.16% 0.87% -
XYZ 56.98 54.37 56.21 -
YUV 197.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 222 186 190 0 0.16 0.14 0.13 353.33 0.35 0.8
Hex DE BA BE 0 10 E D 161 23 50
Octal 336 272 276 0 20 16 15 541 43 120
Binary 11011110 10111010 10111110 0 10000 1110 1101 101100001 100011 1010000

Color Harmonies of #DEBABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBABE

Black with #DEBABE

Text Example


Text Example

White with #DEBABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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