#DBDCD6

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

Shades of Feta #DBDCD6

Tints of Feta #DBDCD6

Color information

#DBDCD6 (or 0xDBDCD6) is unknown color: approx Feta. HEX triplet: DB, DC and D6. RGB value is (219,220,214). Sum of RGB (Red+Green+Blue) = 219+220+214=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCD6 is #242329. Grayscale: #DBDBDB. Windows color (decimal): -2368298 or 14081243. OLE color: 14081243.

HSL color Cylindrical-coordinate representation of color #DBDCD6: hue angle of 70º degrees, saturation: 0.08, 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 #DBDCD6 is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB219220214-
CMYK0.0000.030.14
HSL70º7.89%85.1%-
HSV(B)70º2.73%86.27%-
XYZ66.9471.173.81-
YUV219.02125.17127.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.54%
GREEN value IS 220 (86.33% from 255) = 33.69%
BLUE value IS 214 (83.98% from 255) = 32.77%
R=33.54%
G=33.69%
B=32.77%

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
Decimal2192202140.0000.030.14707.8985.1
HexDBDCD6003E46855
Octal3333343260031610610125
Binary11011011110111001101011000111110100011010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCD6; }

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

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

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

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

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

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

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

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