#DBE1D0

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

Shades of Feta #DBE1D0

Tints of Feta #DBE1D0

Color information

#DBE1D0 (or 0xDBE1D0) is unknown color: approx Feta. HEX triplet: DB, E1 and D0. RGB value is (219,225,208). Sum of RGB (Red+Green+Blue) = 219+225+208=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1D0 is #241E2F. Grayscale: #DDDDDD. Windows color (decimal): -2367024 or 13689307. OLE color: 13689307.

HSL color Cylindrical-coordinate representation of color #DBE1D0: hue angle of 81.18º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBE1D0 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB219225208-
CMYK0.0300.080.12
HSL81.18º22.08%84.9%-
HSV(B)81.18º7.56%88.24%-
XYZ67.5273.4670.3-
YUV221.27120.51126.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.59%
GREEN value IS 225 (88.28% from 255) = 34.51%
BLUE value IS 208 (81.64% from 255) = 31.90%
R=33.59%
G=34.51%
B=31.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192252080.0300.080.1281.1822.0884.9
HexDBE1D0308C511655
Octal33334132030101412126125
Binary110110111110000111010000110100011001010001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE1D0; }

 p { color: rgb(219,225,208); }

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

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

 a { background-color: rgb(219,225,208); }

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

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

 span { border-color: rgb(219,225,208); }

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