#DBEEE5

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

Shades of White Ice #DBEEE5

Tints of White Ice #DBEEE5

Color information

#DBEEE5 (or 0xDBEEE5) is unknown color: approx White Ice. HEX triplet: DB, EE and E5. RGB value is (219,238,229). Sum of RGB (Red+Green+Blue) = 219+238+229=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEE5 is #24111A. Grayscale: #E7E7E7. Windows color (decimal): -2363675 or 15068891. OLE color: 15068891.

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

Color convert

RGB219238229-
CMYK0.0800.040.07
HSL151.58º35.85%89.61%-
HSV(B)151.58º7.98%93.33%-
XYZ73.9381.8786.03-
YUV231.29126.71119.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.92%
GREEN value IS 238 (93.36% from 255) = 34.69%
BLUE value IS 229 (89.84% from 255) = 33.38%
R=31.92%
G=34.69%
B=33.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192382290.0800.040.07151.5835.8589.61
HexDBEEE5804798245a
Octal3333563451004723044132
Binary11011011111011101110010110000100111100110001001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEE5; }

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

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

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

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

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

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

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

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