#DDDFD3

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

Shades of Feta #DDDFD3

Tints of Feta #DDDFD3

Color information

#DDDFD3 (or 0xDDDFD3) is unknown color: approx Feta. HEX triplet: DD, DF and D3. RGB value is (221,223,211). Sum of RGB (Red+Green+Blue) = 221+223+211=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 211 (82.81% from 255 or 32.21% from 655); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFD3 is #22202C. Grayscale: #DDDDDD. Windows color (decimal): -2236461 or 13885405. OLE color: 13885405.

HSL color Cylindrical-coordinate representation of color #DDDFD3: hue angle of 70º degrees, saturation: 0.16, 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 #DDDFD3 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB221223211-
CMYK0.0100.050.13
HSL70º15.79%85.1%-
HSV(B)70º5.38%87.45%-
XYZ67.9672.8572.11-
YUV221.03122.34127.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.74%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 211 (82.81% from 255) = 32.21%
R=33.74%
G=34.05%
B=32.21%

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
Decimal2212232110.0100.050.137015.7985.1
HexDDDFD3105D461055
Octal3353373231051510620125
Binary1101110111011111110100111010111011000110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFD3; }

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

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

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

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

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

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

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

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