#DBFCF5

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

Shades of Clear Day #DBFCF5

Tints of Clear Day #DBFCF5

Color information

#DBFCF5 (or 0xDBFCF5) is unknown color: approx Clear Day. HEX triplet: DB, FC and F5. RGB value is (219,252,245). Sum of RGB (Red+Green+Blue) = 219+252+245=716 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.59% from 716); Green value is 252 (98.83% from 255 or 35.20% from 716); Blue value is 245 (96.09% from 255 or 34.22% from 716); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCF5 is #24030A. Grayscale: #F1F1F1. Windows color (decimal): -2360075 or 16121051. OLE color: 16121051.

HSL color Cylindrical-coordinate representation of color #DBFCF5: hue angle of 167.27º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFCF5 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB219252245-
CMYK0.1300.030.01
HSL167.27º84.62%92.35%-
HSV(B)167.27º13.1%98.82%-
XYZ80.5191.2799.76-
YUV241.33130.07112.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.59%
GREEN value IS 252 (98.83% from 255) = 35.20%
BLUE value IS 245 (96.09% from 255) = 34.22%
R=30.59%
G=35.20%
B=34.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192522450.1300.030.01167.2784.6292.35
HexDBFCF5D031a7555c
Octal33337436515031247125134
Binary110110111111110011110101110101111010011110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFCF5; }

 p { color: rgb(219,252,245); }

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

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

 a { background-color: rgb(219,252,245); }

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

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

 span { border-color: rgb(219,252,245); }

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