#DBF1E9

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

Shades of Clear Day #DBF1E9

Tints of Clear Day #DBF1E9

Color information

#DBF1E9 (or 0xDBF1E9) is unknown color: approx Clear Day. HEX triplet: DB, F1 and E9. RGB value is (219,241,233). Sum of RGB (Red+Green+Blue) = 219+241+233=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 241 (94.53% from 255 or 34.78% from 693); Blue value is 233 (91.41% from 255 or 33.62% from 693); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF1E9 is #240E16. Grayscale: #E9E9E9. Windows color (decimal): -2362903 or 15331803. OLE color: 15331803.

HSL color Cylindrical-coordinate representation of color #DBF1E9: hue angle of 158.18º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBF1E9 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB219241233-
CMYK0.0900.030.05
HSL158.18º44%90.2%-
HSV(B)158.18º9.13%94.51%-
XYZ75.3883.8589.3-
YUV233.51127.71117.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.60%
GREEN value IS 241 (94.53% from 255) = 34.78%
BLUE value IS 233 (91.41% from 255) = 33.62%
R=31.60%
G=34.78%
B=33.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192412330.0900.030.05158.184490.2
HexDBF1E990359e2c5a
Octal3333613511103523654132
Binary1101101111110001111010011001011101100111101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1E9; }

 p { color: rgb(219,241,233); }

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

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

 a { background-color: rgb(219,241,233); }

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

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

 span { border-color: rgb(219,241,233); }

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