#DBF5EA

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

Shades of White Ice #DBF5EA

Tints of White Ice #DBF5EA

Color information

#DBF5EA (or 0xDBF5EA) is unknown color: approx White Ice. HEX triplet: DB, F5 and EA. RGB value is (219,245,234). Sum of RGB (Red+Green+Blue) = 219+245+234=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 245 (96.09% from 255 or 35.10% from 698); Blue value is 234 (91.80% from 255 or 33.52% from 698); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF5EA is #240A15. Grayscale: #EBEBEB. Windows color (decimal): -2361878 or 15398363. OLE color: 15398363.

HSL color Cylindrical-coordinate representation of color #DBF5EA: hue angle of 154.62º 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 #DBF5EA is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB219245234-
CMYK0.1100.040.04
HSL154.62º56.52%90.98%-
HSV(B)154.62º10.61%96.08%-
XYZ76.7286.3190.46-
YUV235.97126.89115.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.38%
GREEN value IS 245 (96.09% from 255) = 35.10%
BLUE value IS 234 (91.80% from 255) = 33.52%
R=31.38%
G=35.10%
B=33.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192452340.1100.040.04154.6256.5290.98
HexDBF5EAB0449b395b
Octal3333653521304423371133
Binary11011011111101011110101010110100100100110111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF5EA; }

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

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

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

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

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

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

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

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