#DDE4D2

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

Shades of Feta #DDE4D2

Tints of Feta #DDE4D2

Color information

#DDE4D2 (or 0xDDE4D2) is unknown color: approx Feta. HEX triplet: DD, E4 and D2. RGB value is (221,228,210). Sum of RGB (Red+Green+Blue) = 221+228+210=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 228 (89.45% from 255 or 34.60% from 659); Blue value is 210 (82.42% from 255 or 31.87% from 659); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4D2 is #221B2D. Grayscale: #DFDFDF. Windows color (decimal): -2235182 or 13821149. OLE color: 13821149.

HSL color Cylindrical-coordinate representation of color #DDE4D2: hue angle of 83.33º degrees, saturation: 0.25, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE4D2 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB221228210-
CMYK0.0300.080.11
HSL83.33º25%85.88%-
HSV(B)83.33º7.89%89.41%-
XYZ69.275.5171.9-
YUV223.85120.18125.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.54%
GREEN value IS 228 (89.45% from 255) = 34.60%
BLUE value IS 210 (82.42% from 255) = 31.87%
R=33.54%
G=34.60%
B=31.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212282100.0300.080.1183.332585.88
HexDDE4D2308B531956
Octal33534432230101312331126
Binary110111011110010011010010110100010111010011110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4D2; }

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

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

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

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

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

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

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

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