#DBE0CF

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

Shades of Feta #DBE0CF

Tints of Feta #DBE0CF

Color information

#DBE0CF (or 0xDBE0CF) is unknown color: approx Feta. HEX triplet: DB, E0 and CF. RGB value is (219,224,207). Sum of RGB (Red+Green+Blue) = 219+224+207=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE0CF is #241F30. Grayscale: #DCDCDC. Windows color (decimal): -2367281 or 13623515. OLE color: 13623515.

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

Color convert

RGB219224207-
CMYK0.0200.080.12
HSL77.65º21.52%84.51%-
HSV(B)77.65º7.59%87.84%-
XYZ67.1372.8869.56-
YUV220.57120.34126.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.69%
GREEN value IS 224 (87.89% from 255) = 34.46%
BLUE value IS 207 (81.25% from 255) = 31.85%
R=33.69%
G=34.46%
B=31.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192242070.0200.080.1277.6521.5284.51
HexDBE0CF208C4e1655
Octal33334031720101411626125
Binary110110111110000011001111100100011001001110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE0CF; }

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

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

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

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

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

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

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

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