#DDDFD4

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

Shades of Feta #DDDFD4

Tints of Feta #DDDFD4

Color information

#DDDFD4 (or 0xDDDFD4) is unknown color: approx Feta. HEX triplet: DD, DF and D4. RGB value is (221,223,212). Sum of RGB (Red+Green+Blue) = 221+223+212=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 212 (83.20% from 255 or 32.32% from 656); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFD4 is #22202B. Grayscale: #DDDDDD. Windows color (decimal): -2236460 or 13950941. OLE color: 13950941.

HSL color Cylindrical-coordinate representation of color #DDDFD4: hue angle of 70.91º degrees, saturation: 0.15, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDDFD4 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB221223212-
CMYK0.0100.050.13
HSL70.91º14.67%85.29%-
HSV(B)70.91º4.93%87.45%-
XYZ68.0972.972.77-
YUV221.15122.84127.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 223 (87.5% from 255) = 33.99%
BLUE value IS 212 (83.20% from 255) = 32.32%
R=33.69%
G=33.99%
B=32.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212232120.0100.050.1370.9114.6785.29
HexDDDFD4105D47f55
Octal3353373241051510717125
Binary110111011101111111010100101011101100011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFD4; }

 p { color: rgb(221,223,212); }

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

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

 a { background-color: rgb(221,223,212); }

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

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

 span { border-color: rgb(221,223,212); }

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