#DBEEE4

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

Shades of White Ice #DBEEE4

Tints of White Ice #DBEEE4

Color information

#DBEEE4 (or 0xDBEEE4) is unknown color: approx White Ice. HEX triplet: DB, EE and E4. RGB value is (219,238,228). Sum of RGB (Red+Green+Blue) = 219+238+228=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEE4 is #24111B. Grayscale: #E7E7E7. Windows color (decimal): -2363676 or 15003355. OLE color: 15003355.

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

Color convert

RGB219238228-
CMYK0.0800.040.07
HSL148.42º35.85%89.61%-
HSV(B)148.42º7.98%93.33%-
XYZ73.7981.8185.3-
YUV231.18126.21119.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.97%
GREEN value IS 238 (93.36% from 255) = 34.74%
BLUE value IS 228 (89.45% from 255) = 33.28%
R=31.97%
G=34.74%
B=33.28%

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
Decimal2192382280.0800.040.07148.4235.8589.61
HexDBEEE4804794245a
Octal3333563441004722444132
Binary11011011111011101110010010000100111100101001001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEE4; }

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

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

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

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

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

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

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

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