#DDE2D2

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

Shades of Feta #DDE2D2

Tints of Feta #DDE2D2

Color information

#DDE2D2 (or 0xDDE2D2) is unknown color: approx Feta. HEX triplet: DD, E2 and D2. RGB value is (221,226,210). Sum of RGB (Red+Green+Blue) = 221+226+210=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 210 (82.42% from 255 or 31.96% from 657); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE2D2 is #221D2D. Grayscale: #DEDEDE. Windows color (decimal): -2235694 or 13820637. OLE color: 13820637.

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

Color convert

RGB221226210-
CMYK0.0200.070.11
HSL78.75º21.62%85.49%-
HSV(B)78.75º7.08%88.63%-
XYZ68.6574.4271.72-
YUV222.68120.84126.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.64%
GREEN value IS 226 (88.67% from 255) = 34.40%
BLUE value IS 210 (82.42% from 255) = 31.96%
R=33.64%
G=34.40%
B=31.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212262100.0200.070.1178.7521.6285.49
HexDDE2D2207B4f1655
Octal3353423222071311726125
Binary11011101111000101101001010011110111001111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE2D2; }

 p { color: rgb(221,226,210); }

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

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

 a { background-color: rgb(221,226,210); }

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

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

 span { border-color: rgb(221,226,210); }

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