#DBE0CC

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

Shades of Feta #DBE0CC

Tints of Feta #DBE0CC

Color information

#DBE0CC (or 0xDBE0CC) is unknown color: approx Feta. HEX triplet: DB, E0 and CC. RGB value is (219,224,204). Sum of RGB (Red+Green+Blue) = 219+224+204=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE0CC is #241F33. Grayscale: #DCDCDC. Windows color (decimal): -2367284 or 13426907. OLE color: 13426907.

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

Color convert

RGB219224204-
CMYK0.0200.090.12
HSL75º24.39%83.92%-
HSV(B)75º8.93%87.84%-
XYZ66.7772.7367.65-
YUV220.22118.84127.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.85%
GREEN value IS 224 (87.89% from 255) = 34.62%
BLUE value IS 204 (80.08% from 255) = 31.53%
R=33.85%
G=34.62%
B=31.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192242040.0200.090.127524.3983.92
HexDBE0CC209C4b1854
Octal33334031420111411330124
Binary110110111110000011001100100100111001001011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE0CC; }

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

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

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

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

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

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

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

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