#DBDDD6

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

Shades of Feta #DBDDD6

Tints of Feta #DBDDD6

Color information

#DBDDD6 (or 0xDBDDD6) is unknown color: approx Feta. HEX triplet: DB, DD and D6. RGB value is (219,221,214). Sum of RGB (Red+Green+Blue) = 219+221+214=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 214 (83.98% from 255 or 32.72% from 654); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDD6 is #242229. Grayscale: #DBDBDB. Windows color (decimal): -2368042 or 14081499. OLE color: 14081499.

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

Color convert

RGB219221214-
CMYK0.0100.030.13
HSL77.14º9.33%85.29%-
HSV(B)77.14º3.17%86.67%-
XYZ67.2171.6373.9-
YUV219.6124.84127.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.49%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 214 (83.98% from 255) = 32.72%
R=33.49%
G=33.79%
B=32.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192212140.0100.030.1377.149.3385.29
HexDBDDD6103D4d955
Octal3333353261031511511125
Binary11011011110111011101011010111101100110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDD6; }

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

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

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

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

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

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

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

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