#DDDEDA

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

Shades of Feta #DDDEDA

Tints of Feta #DDDEDA

Color information

#DDDEDA (or 0xDDDEDA) is unknown color: approx Feta. HEX triplet: DD, DE and DA. RGB value is (221,222,218). Sum of RGB (Red+Green+Blue) = 221+222+218=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEDA is #222125. Grayscale: #DDDDDD. Windows color (decimal): -2236710 or 14343901. OLE color: 14343901.

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

Color convert

RGB221222218-
CMYK0.0000.020.13
HSL75º5.71%86.27%-
HSV(B)75º1.8%87.06%-
XYZ68.5972.6876.74-
YUV221.24126.17127.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.43%
GREEN value IS 222 (87.11% from 255) = 33.59%
BLUE value IS 218 (85.55% from 255) = 32.98%
R=33.43%
G=33.59%
B=32.98%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212222180.0000.020.13755.7186.27
HexDDDEDA002D4b656
Octal335336332002151136126
Binary1101110111011110110110100010110110010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEDA; }

 p { color: rgb(221,222,218); }

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

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

 a { background-color: rgb(221,222,218); }

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

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

 span { border-color: rgb(221,222,218); }

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