#DDE3D0

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

Shades of Feta #DDE3D0

Tints of Feta #DDE3D0

Color information

#DDE3D0 (or 0xDDE3D0) is unknown color: approx Feta. HEX triplet: DD, E3 and D0. RGB value is (221,227,208). Sum of RGB (Red+Green+Blue) = 221+227+208=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 208 (81.64% from 255 or 31.71% from 656); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3D0 is #221C2F. Grayscale: #DFDFDF. Windows color (decimal): -2235440 or 13689821. OLE color: 13689821.

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

Color convert

RGB221227208-
CMYK0.0300.080.11
HSL78.95º25.33%85.29%-
HSV(B)78.95º8.37%89.02%-
XYZ68.6774.8670.51-
YUV223.04119.51126.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 227 (89.06% from 255) = 34.60%
BLUE value IS 208 (81.64% from 255) = 31.71%
R=33.69%
G=34.60%
B=31.71%

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
Decimal2212272080.0300.080.1178.9525.3385.29
HexDDE3D0308B4f1955
Octal33534332030101311731125
Binary110111011110001111010000110100010111001111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3D0; }

 p { color: rgb(221,227,208); }

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

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

 a { background-color: rgb(221,227,208); }

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

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

 span { border-color: rgb(221,227,208); }

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