#DBF8EC

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

Shades of Clear Day #DBF8EC

Tints of Clear Day #DBF8EC

Color information

#DBF8EC (or 0xDBF8EC) is unknown color: approx Clear Day. HEX triplet: DB, F8 and EC. RGB value is (219,248,236). Sum of RGB (Red+Green+Blue) = 219+248+236=703 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.15% from 703); Green value is 248 (97.27% from 255 or 35.28% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF8EC is #240713. Grayscale: #EDEDED. Windows color (decimal): -2361108 or 15530203. OLE color: 15530203.

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

Color convert

RGB219248236-
CMYK0.1200.050.03
HSL155.17º67.44%91.57%-
HSV(B)155.17º11.69%97.25%-
XYZ77.9288.2592.28-
YUV237.96126.89114.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.15%
GREEN value IS 248 (97.27% from 255) = 35.28%
BLUE value IS 236 (92.58% from 255) = 33.57%
R=31.15%
G=35.28%
B=33.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2192482360.1200.050.03155.1767.4491.57
HexDBF8ECC0539b435c
Octal33337035414053233103134
Binary11011011111110001110110011000101111001101110000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF8EC; }

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

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

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

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

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

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

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

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