#DBEEE3

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

Shades of White Ice #DBEEE3

Tints of White Ice #DBEEE3

Color information

#DBEEE3 (or 0xDBEEE3) is unknown color: approx White Ice. HEX triplet: DB, EE and E3. RGB value is (219,238,227). Sum of RGB (Red+Green+Blue) = 219+238+227=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 227 (89.06% from 255 or 33.19% from 684); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEE3 is #24111C. Grayscale: #E7E7E7. Windows color (decimal): -2363677 or 14937819. OLE color: 14937819.

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

Color convert

RGB219238227-
CMYK0.0800.050.07
HSL145.26º35.85%89.61%-
HSV(B)145.26º7.98%93.33%-
XYZ73.6581.7684.57-
YUV231.06125.71119.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.02%
GREEN value IS 238 (93.36% from 255) = 34.80%
BLUE value IS 227 (89.06% from 255) = 33.19%
R=32.02%
G=34.80%
B=33.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192382270.0800.050.07145.2635.8589.61
HexDBEEE3805791245a
Octal3333563431005722144132
Binary11011011111011101110001110000101111100100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEE3; }

 p { color: rgb(219,238,227); }

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

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

 a { background-color: rgb(219,238,227); }

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

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

 span { border-color: rgb(219,238,227); }

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