#DBE0C9

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

Shades of Feta #DBE0C9

Tints of Feta #DBE0C9

Color information

#DBE0C9 (or 0xDBE0C9) is unknown color: approx Feta. HEX triplet: DB, E0 and C9. RGB value is (219,224,201). Sum of RGB (Red+Green+Blue) = 219+224+201=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 201 (78.91% from 255 or 31.21% from 644); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE0C9 is #241F36. Grayscale: #DBDBDB. Windows color (decimal): -2367287 or 13230299. OLE color: 13230299.

HSL color Cylindrical-coordinate representation of color #DBE0C9: hue angle of 73.04º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE0C9 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB219224201-
CMYK0.0200.100.12
HSL73.04º27.06%83.33%-
HSV(B)73.04º10.27%87.84%-
XYZ66.4172.5965.77-
YUV219.88117.34127.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.01%
GREEN value IS 224 (87.89% from 255) = 34.78%
BLUE value IS 201 (78.91% from 255) = 31.21%
R=34.01%
G=34.78%
B=31.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192242010.0200.100.1273.0427.0683.33
HexDBE0C920AC491b53
Octal33334031120121411133123
Binary110110111110000011001001100101011001001001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE0C9; }

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

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

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

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

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

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

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

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