#DBF3EC

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

Shades of Clear Day #DBF3EC

Tints of Clear Day #DBF3EC

Color information

#DBF3EC (or 0xDBF3EC) is unknown color: approx Clear Day. HEX triplet: DB, F3 and EC. RGB value is (219,243,236). Sum of RGB (Red+Green+Blue) = 219+243+236=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 243 (95.31% from 255 or 34.81% from 698); Blue value is 236 (92.58% from 255 or 33.81% from 698); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF3EC is #240C13. Grayscale: #EBEBEB. Windows color (decimal): -2362388 or 15528923. OLE color: 15528923.

HSL color Cylindrical-coordinate representation of color #DBF3EC: hue angle of 162.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF3EC is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB219243236-
CMYK0.1000.030.05
HSL162.5º50%90.59%-
HSV(B)162.5º9.88%95.29%-
XYZ76.485.2291.78-
YUV235.03128.55116.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.38%
GREEN value IS 243 (95.31% from 255) = 34.81%
BLUE value IS 236 (92.58% from 255) = 33.81%
R=31.38%
G=34.81%
B=33.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192432360.1000.030.05162.55090.59
HexDBF3ECA035a2325b
Octal3333633541203524262133
Binary1101101111110011111011001010011101101000101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF3EC; }

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

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

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

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

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

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

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

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