#DBF2E5

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

Shades of White Ice #DBF2E5

Tints of White Ice #DBF2E5

Color information

#DBF2E5 (or 0xDBF2E5) is unknown color: approx White Ice. HEX triplet: DB, F2 and E5. RGB value is (219,242,229). Sum of RGB (Red+Green+Blue) = 219+242+229=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 229 (89.84% from 255 or 33.19% from 690); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2E5 is #240D1A. Grayscale: #E9E9E9. Windows color (decimal): -2362651 or 15069915. OLE color: 15069915.

HSL color Cylindrical-coordinate representation of color #DBF2E5: hue angle of 146.09º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF2E5 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB219242229-
CMYK0.1000.050.05
HSL146.09º46.94%90.39%-
HSV(B)146.09º9.5%94.9%-
XYZ75.1184.2286.43-
YUV233.64125.38117.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.74%
GREEN value IS 242 (94.92% from 255) = 35.07%
BLUE value IS 229 (89.84% from 255) = 33.19%
R=31.74%
G=35.07%
B=33.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192422290.1000.050.05146.0946.9490.39
HexDBF2E5A055922f5a
Octal3333623451205522257132
Binary11011011111100101110010110100101101100100101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF2E5; }

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

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

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

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

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

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

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

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