#DDE1CF

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

Shades of Feta #DDE1CF

Tints of Feta #DDE1CF

Color information

#DDE1CF (or 0xDDE1CF) is unknown color: approx Feta. HEX triplet: DD, E1 and CF. RGB value is (221,225,207). Sum of RGB (Red+Green+Blue) = 221+225+207=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1CF is #221E30. Grayscale: #DDDDDD. Windows color (decimal): -2235953 or 13623773. OLE color: 13623773.

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

Color convert

RGB221225207-
CMYK0.0200.080.12
HSL73.33º23.08%84.71%-
HSV(B)73.33º8%88.24%-
XYZ68.0173.7369.68-
YUV221.75119.67127.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 225 (88.28% from 255) = 34.46%
BLUE value IS 207 (81.25% from 255) = 31.70%
R=33.84%
G=34.46%
B=31.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212252070.0200.080.1273.3323.0884.71
HexDDE1CF208C491755
Octal33534131720101411127125
Binary110111011110000111001111100100011001001001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1CF; }

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

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

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

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

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

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

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

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