#DBF8EE

Color #DBF8EE Clear Day (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clear Day #DBF8EE

Tints of Clear Day #DBF8EE

Color information

#DBF8EE (or 0xDBF8EE) is unknown color: approx Clear Day. HEX triplet: DB, F8 and EE. RGB value is (219,248,238). Sum of RGB (Red+Green+Blue) = 219+248+238=705 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.06% from 705); Green value is 248 (97.27% from 255 or 35.18% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF8EE is #240711. Grayscale: #EEEEEE. Windows color (decimal): -2361106 or 15661275. OLE color: 15661275.

HSL color Cylindrical-coordinate representation of color #DBF8EE: hue angle of 159.31º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF8EE is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB219248238-
CMYK0.1200.040.03
HSL159.31º67.44%91.57%-
HSV(B)159.31º11.69%97.25%-
XYZ78.2188.3793.82-
YUV238.19127.89114.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.06%
GREEN value IS 248 (97.27% from 255) = 35.18%
BLUE value IS 238 (93.36% from 255) = 33.76%
R=31.06%
G=35.18%
B=33.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2192482380.1200.040.03159.3167.4491.57
HexDBF8EEC0439f435c
Octal33337035614043237103134
Binary11011011111110001110111011000100111001111110000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF8EE; }

 p { color: rgb(219,248,238); }

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

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

 a { background-color: rgb(219,248,238); }

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

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

 span { border-color: rgb(219,248,238); }

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