#DBF9E9

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

Shades of White Ice #DBF9E9

Tints of White Ice #DBF9E9

Color information

#DBF9E9 (or 0xDBF9E9) is unknown color: approx White Ice. HEX triplet: DB, F9 and E9. RGB value is (219,249,233). Sum of RGB (Red+Green+Blue) = 219+249+233=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 249 (97.66% from 255 or 35.52% from 701); Blue value is 233 (91.41% from 255 or 33.24% from 701); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF9E9 is #240616. Grayscale: #EEEEEE. Windows color (decimal): -2360855 or 15333851. OLE color: 15333851.

HSL color Cylindrical-coordinate representation of color #DBF9E9: hue angle of 148º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF9E9 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB219249233-
CMYK0.1200.060.02
HSL148º71.43%91.76%-
HSV(B)148º12.05%97.65%-
XYZ77.888.6990.11-
YUV238.21125.06114.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.24%
GREEN value IS 249 (97.66% from 255) = 35.52%
BLUE value IS 233 (91.41% from 255) = 33.24%
R=31.24%
G=35.52%
B=33.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192492330.1200.060.0214871.4391.76
HexDBF9E9C06294475c
Octal33337135114062224107134
Binary11011011111110011110100111000110101001010010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF9E9; }

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

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

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

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

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

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

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

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