#DBE0D0

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

Shades of Feta #DBE0D0

Tints of Feta #DBE0D0

Color information

#DBE0D0 (or 0xDBE0D0) is unknown color: approx Feta. HEX triplet: DB, E0 and D0. RGB value is (219,224,208). Sum of RGB (Red+Green+Blue) = 219+224+208=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE0D0 is #241F2F. Grayscale: #DCDCDC. Windows color (decimal): -2367280 or 13689051. OLE color: 13689051.

HSL color Cylindrical-coordinate representation of color #DBE0D0: hue angle of 78.75º 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 #DBE0D0 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB219224208-
CMYK0.0200.070.12
HSL78.75º20.51%84.71%-
HSV(B)78.75º7.14%87.84%-
XYZ67.2572.9370.21-
YUV220.68120.84126.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.64%
GREEN value IS 224 (87.89% from 255) = 34.41%
BLUE value IS 208 (81.64% from 255) = 31.95%
R=33.64%
G=34.41%
B=31.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192242080.0200.070.1278.7520.5184.71
HexDBE0D0207C4f1555
Octal3333403202071411725125
Binary11011011111000001101000010011111001001111101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE0D0; }

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

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

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

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

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

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

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

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