#DBF5EE

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

Shades of Clear Day #DBF5EE

Tints of Clear Day #DBF5EE

Color information

#DBF5EE (or 0xDBF5EE) is unknown color: approx Clear Day. HEX triplet: DB, F5 and EE. RGB value is (219,245,238). Sum of RGB (Red+Green+Blue) = 219+245+238=702 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.20% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF5EE is #240A11. Grayscale: #ECECEC. Windows color (decimal): -2361874 or 15660507. OLE color: 15660507.

HSL color Cylindrical-coordinate representation of color #DBF5EE: hue angle of 163.85º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF5EE is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB219245238-
CMYK0.1100.030.04
HSL163.85º56.52%90.98%-
HSV(B)163.85º10.61%96.08%-
XYZ77.386.5493.52-
YUV236.43128.89115.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.20%
GREEN value IS 245 (96.09% from 255) = 34.90%
BLUE value IS 238 (93.36% from 255) = 33.90%
R=31.20%
G=34.90%
B=33.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192452380.1100.030.04163.8556.5290.98
HexDBF5EEB034a4395b
Octal3333653561303424471133
Binary1101101111110101111011101011011100101001001110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF5EE; }

 p { color: rgb(219,245,238); }

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

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

 a { background-color: rgb(219,245,238); }

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

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

 span { border-color: rgb(219,245,238); }

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