#DBFDF5

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

Shades of Clear Day #DBFDF5

Tints of Clear Day #DBFDF5

Color information

#DBFDF5 (or 0xDBFDF5) is unknown color: approx Clear Day. HEX triplet: DB, FD and F5. RGB value is (219,253,245). Sum of RGB (Red+Green+Blue) = 219+253+245=717 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.54% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 245 (96.09% from 255 or 34.17% from 717); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFDF5 is #24020A. Grayscale: #F1F1F1. Windows color (decimal): -2359819 or 16121307. OLE color: 16121307.

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

Color convert

RGB219253245-
CMYK0.1300.030.01
HSL165.88º89.47%92.55%-
HSV(B)165.88º13.44%99.22%-
XYZ80.8291.999.87-
YUV241.92129.74111.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.54%
GREEN value IS 253 (99.22% from 255) = 35.29%
BLUE value IS 245 (96.09% from 255) = 34.17%
R=30.54%
G=35.29%
B=34.17%

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
Decimal2192532450.1300.030.01165.8889.4792.55
HexDBFDF5D031a6595d
Octal33337536515031246131135
Binary110110111111110111110101110101111010011010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDF5; }

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

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

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

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

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

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

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

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