#DEE1D1

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

Shades of Feta #DEE1D1

Tints of Feta #DEE1D1

Color information

#DEE1D1 (or 0xDEE1D1) is unknown color: approx Feta. HEX triplet: DE, E1 and D1. RGB value is (222,225,209). Sum of RGB (Red+Green+Blue) = 222+225+209=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 209 (82.03% from 255 or 31.86% from 656); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1D1 is #211E2E. Grayscale: #DEDEDE. Windows color (decimal): -2170415 or 13754846. OLE color: 13754846.

HSL color Cylindrical-coordinate representation of color #DEE1D1: hue angle of 71.25º degrees, saturation: 0.21, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEE1D1 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB222225209-
CMYK0.0100.070.12
HSL71.25º21.05%85.1%-
HSV(B)71.25º7.11%88.24%-
XYZ68.5673.9870.99-
YUV222.28120.51127.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.84%
GREEN value IS 225 (88.28% from 255) = 34.30%
BLUE value IS 209 (82.03% from 255) = 31.86%
R=33.84%
G=34.30%
B=31.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222252090.0100.070.1271.2521.0585.1
HexDEE1D1107C471555
Octal3363413211071410725125
Binary1101111011100001110100011011111001000111101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE1D1; }

 p { color: rgb(222,225,209); }

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

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

 a { background-color: rgb(222,225,209); }

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

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

 span { border-color: rgb(222,225,209); }

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