#DDE1D4

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

Shades of Feta #DDE1D4

Tints of Feta #DDE1D4

Color information

#DDE1D4 (or 0xDDE1D4) is unknown color: approx Feta. HEX triplet: DD, E1 and D4. RGB value is (221,225,212). Sum of RGB (Red+Green+Blue) = 221+225+212=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 212 (83.20% from 255 or 32.22% from 658); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1D4 is #221E2B. Grayscale: #DEDEDE. Windows color (decimal): -2235948 or 13951453. OLE color: 13951453.

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

Color convert

RGB221225212-
CMYK0.0200.060.12
HSL78.46º17.81%85.69%-
HSV(B)78.46º5.78%88.24%-
XYZ68.6373.9872.95-
YUV222.32122.17127.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.59%
GREEN value IS 225 (88.28% from 255) = 34.19%
BLUE value IS 212 (83.20% from 255) = 32.22%
R=33.59%
G=34.19%
B=32.22%

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
Decimal2212252120.0200.060.1278.4617.8185.69
HexDDE1D4206C4e1256
Octal3353413242061411622126
Binary11011101111000011101010010011011001001110100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1D4; }

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

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

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

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

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

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

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

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