#D9DDCB

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

Shades of Feta #D9DDCB

Tints of Feta #D9DDCB

Color information

#D9DDCB (or 0xD9DDCB) is unknown color: approx Feta. HEX triplet: D9, DD and CB. RGB value is (217,221,203). Sum of RGB (Red+Green+Blue) = 217+221+203=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDCB is #262234. Grayscale: #D9D9D9. Windows color (decimal): -2499125 or 13360601. OLE color: 13360601.

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

Color convert

RGB217221203-
CMYK0.0200.080.13
HSL73.33º20.93%83.14%-
HSV(B)73.33º8.14%86.67%-
XYZ65.2570.7866.72-
YUV217.75119.67127.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.85%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 203 (79.69% from 255) = 31.67%
R=33.85%
G=34.48%
B=31.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172212030.0200.080.1373.3320.9383.14
HexD9DDCB208D491553
Octal33133531320101511125123
Binary110110011101110111001011100100011011001001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDCB; }

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

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

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

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

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

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

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

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