#DDE1D3

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

Shades of Feta #DDE1D3

Tints of Feta #DDE1D3

Color information

#DDE1D3 (or 0xDDE1D3) is unknown color: approx Feta. HEX triplet: DD, E1 and D3. RGB value is (221,225,211). Sum of RGB (Red+Green+Blue) = 221+225+211=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 211 (82.81% from 255 or 32.12% from 657); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1D3 is #221E2C. Grayscale: #DEDEDE. Windows color (decimal): -2235949 or 13885917. OLE color: 13885917.

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

Color convert

RGB221225211-
CMYK0.0200.060.12
HSL77.14º18.92%85.49%-
HSV(B)77.14º6.22%88.24%-
XYZ68.573.9372.29-
YUV222.21121.67127.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.64%
GREEN value IS 225 (88.28% from 255) = 34.25%
BLUE value IS 211 (82.81% from 255) = 32.12%
R=33.64%
G=34.25%
B=32.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212252110.0200.060.1277.1418.9285.49
HexDDE1D3206C4d1355
Octal3353413232061411523125
Binary11011101111000011101001110011011001001101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1D3; }

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

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

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

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

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

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

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

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