#DBFEF6

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

Shades of Clear Day #DBFEF6

Tints of Clear Day #DBFEF6

Color information

#DBFEF6 (or 0xDBFEF6) is unknown color: approx Clear Day. HEX triplet: DB, FE and F6. RGB value is (219,254,246). Sum of RGB (Red+Green+Blue) = 219+254+246=719 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.46% from 719); Green value is 254 (99.61% from 255 or 35.33% from 719); Blue value is 246 (96.48% from 255 or 34.21% from 719); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFEF6 is #240109. Grayscale: #F2F2F2. Windows color (decimal): -2359562 or 16187099. OLE color: 16187099.

HSL color Cylindrical-coordinate representation of color #DBFEF6: hue angle of 166.29º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFEF6 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB219254246-
CMYK0.1400.030.00
HSL166.29º94.59%92.75%-
HSV(B)166.29º13.78%99.61%-
XYZ81.2992.6100.78-
YUV242.62129.9111.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.46%
GREEN value IS 254 (99.61% from 255) = 35.33%
BLUE value IS 246 (96.48% from 255) = 34.21%
R=30.46%
G=35.33%
B=34.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192542460.1400.030.00166.2994.5992.75
HexDBFEF6E030a65f5d
Octal33337636616030246137135
Binary110110111111111011110110111001101010011010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFEF6; }

 p { color: rgb(219,254,246); }

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

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

 a { background-color: rgb(219,254,246); }

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

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

 span { border-color: rgb(219,254,246); }

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