Html Css Color HEX #DEBEB0 Just Right

📋 copy color: '#DEBEB0'

red 222 ◦ green 190 ◦ blue 176

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

Shades of Just Right #DEBEB0

Tints of Just Right #DEBEB0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.31%

 BLUE value IS 176 (69.14% from 255) = 29.93%

R = 37.76%
G = 32.31%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DEBEB0 (or 0xDEBEB0) is known color: Just Right. HEX triplet: DE, BE and B0. RGB value is (222,190,176). Sum of RGB (Red+Green+Blue) = 222+190+176=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBEB0 is #21414F. Grayscale: #C6C6C6. Windows color (decimal): -2179408 or 11583198. OLE color: 11583198.

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

Color convert

RGB 222 190 176 -
CMYK 0 0.14 0.21 0.13
HSL 18.26º 0.41% 0.78% -
HSV(B) 18.26º 0.21% 0.87% -
XYZ 56.37 55.49 48.81 -
YUV 197.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 222 190 176 0 0.14 0.21 0.13 18.26 0.41 0.78
Hex DE BE B0 0 E 15 D 12 29 4E
Octal 336 276 260 0 16 25 15 22 51 116
Binary 11011110 10111110 10110000 0 1110 10101 1101 10010 101001 1001110

Color Harmonies of #DEBEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBEB0

Black with #DEBEB0

Text Example


Text Example

White with #DEBEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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