#D9DDD0

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

Shades of Feta #D9DDD0

Tints of Feta #D9DDD0

Color information

#D9DDD0 (or 0xD9DDD0) is unknown color: approx Feta. HEX triplet: D9, DD and D0. RGB value is (217,221,208). Sum of RGB (Red+Green+Blue) = 217+221+208=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDD0 is #26222F. Grayscale: #DADADA. Windows color (decimal): -2499120 or 13688281. OLE color: 13688281.

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

Color convert

RGB217221208-
CMYK0.0200.060.13
HSL78.46º16.05%84.12%-
HSV(B)78.46º5.88%86.67%-
XYZ65.8671.0269.91-
YUV218.32122.17127.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.59%
GREEN value IS 221 (86.72% from 255) = 34.21%
BLUE value IS 208 (81.64% from 255) = 32.20%
R=33.59%
G=34.21%
B=32.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172212080.0200.060.1378.4616.0584.12
HexD9DDD0206D4e1054
Octal3313353202061511620124
Binary11011001110111011101000010011011011001110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDD0; }

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

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

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

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

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

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

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

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