#DBE1D1

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

Shades of Feta #DBE1D1

Tints of Feta #DBE1D1

Color information

#DBE1D1 (or 0xDBE1D1) is unknown color: approx Feta. HEX triplet: DB, E1 and D1. RGB value is (219,225,209). Sum of RGB (Red+Green+Blue) = 219+225+209=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 209 (82.03% from 255 or 32.01% from 653); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1D1 is #241E2E. Grayscale: #DDDDDD. Windows color (decimal): -2367023 or 13754843. OLE color: 13754843.

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

Color convert

RGB219225209-
CMYK0.0300.070.12
HSL82.5º21.05%85.1%-
HSV(B)82.5º7.11%88.24%-
XYZ67.6573.5170.95-
YUV221.38121.01126.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.54%
GREEN value IS 225 (88.28% from 255) = 34.46%
BLUE value IS 209 (82.03% from 255) = 32.01%
R=33.54%
G=34.46%
B=32.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192252090.0300.070.1282.521.0585.1
HexDBE1D1307C521555
Octal3333413213071412225125
Binary11011011111000011101000111011111001010010101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE1D1; }

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

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

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

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

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

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

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

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