#DBF1E6

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

Shades of White Ice #DBF1E6

Tints of White Ice #DBF1E6

Color information

#DBF1E6 (or 0xDBF1E6) is unknown color: approx White Ice. HEX triplet: DB, F1 and E6. RGB value is (219,241,230). Sum of RGB (Red+Green+Blue) = 219+241+230=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 241 (94.53% from 255 or 34.93% from 690); Blue value is 230 (90.23% from 255 or 33.33% from 690); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF1E6 is #240E19. Grayscale: #E9E9E9. Windows color (decimal): -2362906 or 15135195. OLE color: 15135195.

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

Color convert

RGB219241230-
CMYK0.0900.050.05
HSL150º44%90.2%-
HSV(B)150º9.13%94.51%-
XYZ74.9583.6887.07-
YUV233.17126.21117.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.74%
GREEN value IS 241 (94.53% from 255) = 34.93%
BLUE value IS 230 (90.23% from 255) = 33.33%
R=31.74%
G=34.93%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192412300.0900.050.051504490.2
HexDBF1E69055962c5a
Octal3333613461105522654132
Binary11011011111100011110011010010101101100101101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1E6; }

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

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

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

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

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

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

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

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