#D9DCCB

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

Shades of Feta #D9DCCB

Tints of Feta #D9DCCB

Color information

#D9DCCB (or 0xD9DCCB) is unknown color: approx Feta. HEX triplet: D9, DC and CB. RGB value is (217,220,203). Sum of RGB (Red+Green+Blue) = 217+220+203=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCCB is #262334. Grayscale: #D9D9D9. Windows color (decimal): -2499381 or 13360345. OLE color: 13360345.

HSL color Cylindrical-coordinate representation of color #D9DCCB: hue angle of 70.59º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9DCCB is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB217220203-
CMYK0.0100.080.14
HSL70.59º19.54%82.94%-
HSV(B)70.59º7.73%86.27%-
XYZ64.9970.2566.63-
YUV217.16120.01127.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.91%
GREEN value IS 220 (86.33% from 255) = 34.38%
BLUE value IS 203 (79.69% from 255) = 31.72%
R=33.91%
G=34.38%
B=31.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172202030.0100.080.1470.5919.5482.94
HexD9DCCB108E471453
Octal33133431310101610724123
Binary11011001110111001100101110100011101000111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCCB; }

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

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

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

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

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

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

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

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