#DBF2E6

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

Shades of White Ice #DBF2E6

Tints of White Ice #DBF2E6

Color information

#DBF2E6 (or 0xDBF2E6) is unknown color: approx White Ice. HEX triplet: DB, F2 and E6. RGB value is (219,242,230). Sum of RGB (Red+Green+Blue) = 219+242+230=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 242 (94.92% from 255 or 35.02% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF2E6 is #240D19. Grayscale: #E9E9E9. Windows color (decimal): -2362650 or 15135451. OLE color: 15135451.

HSL color Cylindrical-coordinate representation of color #DBF2E6: hue angle of 148.7º 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 #DBF2E6 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB219242230-
CMYK0.1000.050.05
HSL148.7º46.94%90.39%-
HSV(B)148.7º9.5%94.9%-
XYZ75.2584.2887.16-
YUV233.76125.88117.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.69%
GREEN value IS 242 (94.92% from 255) = 35.02%
BLUE value IS 230 (90.23% from 255) = 33.29%
R=31.69%
G=35.02%
B=33.29%

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
Decimal2192422300.1000.050.05148.746.9490.39
HexDBF2E6A055952f5a
Octal3333623461205522557132
Binary11011011111100101110011010100101101100101011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF2E6; }

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

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

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

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

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

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

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

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