#DBF8EF

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

Shades of Clear Day #DBF8EF

Tints of Clear Day #DBF8EF

Color information

#DBF8EF (or 0xDBF8EF) is unknown color: approx Clear Day. HEX triplet: DB, F8 and EF. RGB value is (219,248,239). Sum of RGB (Red+Green+Blue) = 219+248+239=706 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.02% from 706); Green value is 248 (97.27% from 255 or 35.13% from 706); Blue value is 239 (93.75% from 255 or 33.85% from 706); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF8EF is #240710. Grayscale: #EEEEEE. Windows color (decimal): -2361105 or 15726811. OLE color: 15726811.

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

Color convert

RGB219248239-
CMYK0.1200.040.03
HSL161.38º67.44%91.57%-
HSV(B)161.38º11.69%97.25%-
XYZ78.3688.4394.6-
YUV238.3128.39114.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.02%
GREEN value IS 248 (97.27% from 255) = 35.13%
BLUE value IS 239 (93.75% from 255) = 33.85%
R=31.02%
G=35.13%
B=33.85%

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
Decimal2192482390.1200.040.03161.3867.4491.57
HexDBF8EFC043a1435c
Octal33337035714043241103134
Binary11011011111110001110111111000100111010000110000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF8EF; }

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

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

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

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

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

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

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

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