#D9DDCD

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

Shades of Feta #D9DDCD

Tints of Feta #D9DDCD

Color information

#D9DDCD (or 0xD9DDCD) is unknown color: approx Feta. HEX triplet: D9, DD and CD. RGB value is (217,221,205). Sum of RGB (Red+Green+Blue) = 217+221+205=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDCD is #262232. Grayscale: #DADADA. Windows color (decimal): -2499123 or 13491673. OLE color: 13491673.

HSL color Cylindrical-coordinate representation of color #D9DDCD: hue angle of 75º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9DDCD is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB217221205-
CMYK0.0200.070.13
HSL75º19.05%83.53%-
HSV(B)75º7.24%86.67%-
XYZ65.4970.8767.99-
YUV217.98120.67127.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.75%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=33.75%
G=34.37%
B=31.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172212050.0200.070.137519.0583.53
HexD9DDCD207D4b1354
Octal3313353152071511323124
Binary11011001110111011100110110011111011001011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDCD; }

 p { color: rgb(217,221,205); }

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

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

 a { background-color: rgb(217,221,205); }

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

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

 span { border-color: rgb(217,221,205); }

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