#DEBFB2

Color #DEBFB2 Just Right (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Just Right #DEBFB2

Tints of Just Right #DEBFB2

Color information

#DEBFB2 (or 0xDEBFB2) is unknown color: approx Just Right. HEX triplet: DE, BF and B2. RGB value is (222,191,178). Sum of RGB (Red+Green+Blue) = 222+191+178=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 178 (69.92% from 255 or 30.12% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBFB2 is #21404D. Grayscale: #C6C6C6. Windows color (decimal): -2179150 or 11714526. OLE color: 11714526.

HSL color Cylindrical-coordinate representation of color #DEBFB2: hue angle of 17.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 #DEBFB2 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB222191178-
CMYK00.140.200.13
HSL17.73º40%78.43%-
HSV(B)17.73º19.82%87.06%-
XYZ56.7956.0149.94-
YUV198.79116.27144.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.56%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 178 (69.92% from 255) = 30.12%
R=37.56%
G=32.32%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219117800.140.200.1317.734078.43
HexDEBFB20E14D12284e
Octal33627726201624152250116
Binary11011110101111111011001001110101001101100101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFB2; }

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

 H1.HeaderClassName
 {
   color: #DEBFB2;
 }
 .AnyTagClassName
 {
   color: #DEBFB2;
 }
</style>
background-color css

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

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

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

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

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

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