#DBDCD5

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

Shades of Feta #DBDCD5

Tints of Feta #DBDCD5

Color information

#DBDCD5 (or 0xDBDCD5) is unknown color: approx Feta. HEX triplet: DB, DC and D5. RGB value is (219,220,213). Sum of RGB (Red+Green+Blue) = 219+220+213=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCD5 is #24232A. Grayscale: #DADADA. Windows color (decimal): -2368299 or 14015707. OLE color: 14015707.

HSL color Cylindrical-coordinate representation of color #DBDCD5: hue angle of 68.57º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBDCD5 is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB219220213-
CMYK0.0000.030.14
HSL68.57º9.09%84.9%-
HSV(B)68.57º3.18%86.27%-
XYZ66.8271.0573.14-
YUV218.9124.67128.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.59%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 213 (83.59% from 255) = 32.67%
R=33.59%
G=33.74%
B=32.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192202130.0000.030.1468.579.0984.9
HexDBDCD5003E45955
Octal3333343250031610511125
Binary11011011110111001101010100111110100010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCD5; }

 p { color: rgb(219,220,213); }

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

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

 a { background-color: rgb(219,220,213); }

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

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

 span { border-color: rgb(219,220,213); }

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