#DBF1E7

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

Shades of White Ice #DBF1E7

Tints of White Ice #DBF1E7

Color information

#DBF1E7 (or 0xDBF1E7) is unknown color: approx White Ice. HEX triplet: DB, F1 and E7. RGB value is (219,241,231). Sum of RGB (Red+Green+Blue) = 219+241+231=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 241 (94.53% from 255 or 34.88% from 691); Blue value is 231 (90.62% from 255 or 33.43% from 691); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF1E7 is #240E18. Grayscale: #E9E9E9. Windows color (decimal): -2362905 or 15200731. OLE color: 15200731.

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

Color convert

RGB219241231-
CMYK0.0900.040.05
HSL152.73º44%90.2%-
HSV(B)152.73º9.13%94.51%-
XYZ75.0983.7487.81-
YUV233.28126.71117.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.69%
GREEN value IS 241 (94.53% from 255) = 34.88%
BLUE value IS 231 (90.62% from 255) = 33.43%
R=31.69%
G=34.88%
B=33.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192412310.0900.040.05152.734490.2
HexDBF1E79045992c5a
Octal3333613471104523154132
Binary11011011111100011110011110010100101100110011011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1E7; }

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

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

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

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

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

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

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

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