#DEC1B4

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

Shades of Just Right #DEC1B4

Tints of Just Right #DEC1B4

Color information

#DEC1B4 (or 0xDEC1B4) is unknown color: approx Just Right. HEX triplet: DE, C1 and B4. RGB value is (222,193,180). Sum of RGB (Red+Green+Blue) = 222+193+180=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1B4 is #213E4B. Grayscale: #C8C8C8. Windows color (decimal): -2178636 or 11846110. OLE color: 11846110.

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

Color convert

RGB222193180-
CMYK00.130.190.13
HSL18.57º38.89%78.82%-
HSV(B)18.57º18.92%87.06%-
XYZ57.4356.9651.15-
YUV200.19116.61143.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.31%
GREEN value IS 193 (75.78% from 255) = 32.44%
BLUE value IS 180 (70.70% from 255) = 30.25%
R=37.31%
G=32.44%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219318000.130.190.1318.5738.8978.82
HexDEC1B40D13D13274f
Octal33630126401523152347117
Binary11011110110000011011010001101100111101100111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC1B4; }

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

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

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

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

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

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

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

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