#DBE1CC

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

Shades of Feta #DBE1CC

Tints of Feta #DBE1CC

Color information

#DBE1CC (or 0xDBE1CC) is unknown color: approx Feta. HEX triplet: DB, E1 and CC. RGB value is (219,225,204). Sum of RGB (Red+Green+Blue) = 219+225+204=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1CC is #241E33. Grayscale: #DCDCDC. Windows color (decimal): -2367028 or 13427163. OLE color: 13427163.

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

Color convert

RGB219225204-
CMYK0.0300.090.12
HSL77.14º25.93%84.12%-
HSV(B)77.14º9.33%88.24%-
XYZ67.0473.2767.74-
YUV220.81118.51126.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.80%
GREEN value IS 225 (88.28% from 255) = 34.72%
BLUE value IS 204 (80.08% from 255) = 31.48%
R=33.80%
G=34.72%
B=31.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192252040.0300.090.1277.1425.9384.12
HexDBE1CC309C4d1a54
Octal33334131430111411532124
Binary110110111110000111001100110100111001001101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE1CC; }

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

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

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

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

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

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

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

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