#DBFFEC

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

Shades of White Ice #DBFFEC

Tints of White Ice #DBFFEC

Color information

#DBFFEC (or 0xDBFFEC) is unknown color: approx White Ice. HEX triplet: DB, FF and EC. RGB value is (219,255,236). Sum of RGB (Red+Green+Blue) = 219+255+236=710 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.85% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 236 (92.58% from 255 or 33.24% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFEC is #240013. Grayscale: #F2F2F2. Windows color (decimal): -2359316 or 15531995. OLE color: 15531995.

HSL color Cylindrical-coordinate representation of color #DBFFEC: hue angle of 148.33º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFFEC is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB219255236-
CMYK0.1400.070
HSL148.33º100%92.94%-
HSV(B)148.33º14.12%100%-
XYZ80.1192.6493.02-
YUV242.07124.57111.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.85%
GREEN value IS 255 (100% from 255) = 35.92%
BLUE value IS 236 (92.58% from 255) = 33.24%
R=30.85%
G=35.92%
B=33.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192552360.1400.070148.3310092.94
HexDBFFECE07094645d
Octal33337735416070224144135
Binary1101101111111111111011001110011101001010011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFEC; }

 p { color: rgb(219,255,236); }

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

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

 a { background-color: rgb(219,255,236); }

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

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

 span { border-color: rgb(219,255,236); }

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