#DBFEEC

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

Shades of White Ice #DBFEEC

Tints of White Ice #DBFEEC

Color information

#DBFEEC (or 0xDBFEEC) is unknown color: approx White Ice. HEX triplet: DB, FE and EC. RGB value is (219,254,236). Sum of RGB (Red+Green+Blue) = 219+254+236=709 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.89% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFEEC is #240113. Grayscale: #F1F1F1. Windows color (decimal): -2359572 or 15531739. OLE color: 15531739.

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

Color convert

RGB219254236-
CMYK0.1400.070.00
HSL149.14º94.59%92.75%-
HSV(B)149.14º13.78%99.61%-
XYZ79.89292.91-
YUV241.48124.9111.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.89%
GREEN value IS 254 (99.61% from 255) = 35.83%
BLUE value IS 236 (92.58% from 255) = 33.29%
R=30.89%
G=35.83%
B=33.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192542360.1400.070.00149.1494.5992.75
HexDBFEECE070955f5d
Octal33337635416070225137135
Binary1101101111111110111011001110011101001010110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFEEC; }

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

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

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

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

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

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

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

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