#DBFCF0

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

Shades of Clear Day #DBFCF0

Tints of Clear Day #DBFCF0

Color information

#DBFCF0 (or 0xDBFCF0) is unknown color: approx Clear Day. HEX triplet: DB, FC and F0. RGB value is (219,252,240). Sum of RGB (Red+Green+Blue) = 219+252+240=711 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.80% from 711); Green value is 252 (98.83% from 255 or 35.44% from 711); Blue value is 240 (94.14% from 255 or 33.76% from 711); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCF0 is #24030F. Grayscale: #F0F0F0. Windows color (decimal): -2360080 or 15793371. OLE color: 15793371.

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

Color convert

RGB219252240-
CMYK0.1300.050.01
HSL158.18º84.62%92.35%-
HSV(B)158.18º13.1%98.82%-
XYZ79.7590.9795.79-
YUV240.76127.57112.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.80%
GREEN value IS 252 (98.83% from 255) = 35.44%
BLUE value IS 240 (94.14% from 255) = 33.76%
R=30.80%
G=35.44%
B=33.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192522400.1300.050.01158.1884.6292.35
HexDBFCF0D0519e555c
Octal33337436015051236125134
Binary1101101111111100111100001101010111001111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFCF0; }

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

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

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

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

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

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

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

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