#DBFAEB

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

Shades of White Ice #DBFAEB

Tints of White Ice #DBFAEB

Color information

#DBFAEB (or 0xDBFAEB) is unknown color: approx White Ice. HEX triplet: DB, FA and EB. RGB value is (219,250,235). Sum of RGB (Red+Green+Blue) = 219+250+235=704 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.11% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 235 (92.19% from 255 or 33.38% from 704); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAEB is #240514. Grayscale: #EFEFEF. Windows color (decimal): -2360597 or 15465179. OLE color: 15465179.

HSL color Cylindrical-coordinate representation of color #DBFAEB: hue angle of 150.97º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBFAEB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB219250235-
CMYK0.1200.060.02
HSL150.97º75.61%91.96%-
HSV(B)150.97º12.4%98.04%-
XYZ78.3989.4391.73-
YUV239.02125.73113.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.11%
GREEN value IS 250 (98.05% from 255) = 35.51%
BLUE value IS 235 (92.19% from 255) = 33.38%
R=31.11%
G=35.51%
B=33.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192502350.1200.060.02150.9775.6191.96
HexDBFAEBC062974c5c
Octal33337235314062227114134
Binary11011011111110101110101111000110101001011110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFAEB; }

 p { color: rgb(219,250,235); }

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

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

 a { background-color: rgb(219,250,235); }

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

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

 span { border-color: rgb(219,250,235); }

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