#DDE1D0

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

Shades of Feta #DDE1D0

Tints of Feta #DDE1D0

Color information

#DDE1D0 (or 0xDDE1D0) is unknown color: approx Feta. HEX triplet: DD, E1 and D0. RGB value is (221,225,208). Sum of RGB (Red+Green+Blue) = 221+225+208=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1D0 is #221E2F. Grayscale: #DDDDDD. Windows color (decimal): -2235952 or 13689309. OLE color: 13689309.

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

Color convert

RGB221225208-
CMYK0.0200.080.12
HSL74.12º22.08%84.9%-
HSV(B)74.12º7.56%88.24%-
XYZ68.1373.7870.32-
YUV221.87120.17127.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 225 (88.28% from 255) = 34.40%
BLUE value IS 208 (81.64% from 255) = 31.80%
R=33.79%
G=34.40%
B=31.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212252080.0200.080.1274.1222.0884.9
HexDDE1D0208C4a1655
Octal33534132020101411226125
Binary110111011110000111010000100100011001001010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1D0; }

 p { color: rgb(221,225,208); }

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

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

 a { background-color: rgb(221,225,208); }

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

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

 span { border-color: rgb(221,225,208); }

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