#DBFBF1

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

Shades of Clear Day #DBFBF1

Tints of Clear Day #DBFBF1

Color information

#DBFBF1 (or 0xDBFBF1) is unknown color: approx Clear Day. HEX triplet: DB, FB and F1. RGB value is (219,251,241). Sum of RGB (Red+Green+Blue) = 219+251+241=711 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.80% from 711); Green value is 251 (98.44% from 255 or 35.30% from 711); Blue value is 241 (94.53% from 255 or 33.90% from 711); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBF1 is #24040E. Grayscale: #F0F0F0. Windows color (decimal): -2360335 or 15858651. OLE color: 15858651.

HSL color Cylindrical-coordinate representation of color #DBFBF1: hue angle of 161.25º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFBF1 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB219251241-
CMYK0.1300.040.02
HSL161.25º80%92.16%-
HSV(B)161.25º12.75%98.43%-
XYZ79.5990.4196.47-
YUV240.29128.4112.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.80%
GREEN value IS 251 (98.44% from 255) = 35.30%
BLUE value IS 241 (94.53% from 255) = 33.90%
R=30.80%
G=35.30%
B=33.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192512410.1300.040.02161.258092.16
HexDBFBF1D042a1505c
Octal33337336115042241120134
Binary11011011111110111111000111010100101010000110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFBF1; }

 p { color: rgb(219,251,241); }

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

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

 a { background-color: rgb(219,251,241); }

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

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

 span { border-color: rgb(219,251,241); }

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