#DDE0CF

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

Shades of Feta #DDE0CF

Tints of Feta #DDE0CF

Color information

#DDE0CF (or 0xDDE0CF) is unknown color: approx Feta. HEX triplet: DD, E0 and CF. RGB value is (221,224,207). Sum of RGB (Red+Green+Blue) = 221+224+207=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE0CF is #221F30. Grayscale: #DDDDDD. Windows color (decimal): -2236209 or 13623517. OLE color: 13623517.

HSL color Cylindrical-coordinate representation of color #DDE0CF: hue angle of 70.59º degrees, saturation: 0.22, 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 #DDE0CF is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB221224207-
CMYK0.0100.080.12
HSL70.59º21.52%84.51%-
HSV(B)70.59º7.59%87.84%-
XYZ67.7473.1969.59-
YUV221.17120.01127.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 224 (87.89% from 255) = 34.36%
BLUE value IS 207 (81.25% from 255) = 31.75%
R=33.90%
G=34.36%
B=31.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212242070.0100.080.1270.5921.5284.51
HexDDE0CF108C471655
Octal33534031710101410726125
Binary11011101111000001100111110100011001000111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE0CF; }

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

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

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

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

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

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

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

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