#DBFDF0

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

Shades of Clear Day #DBFDF0

Tints of Clear Day #DBFDF0

Color information

#DBFDF0 (or 0xDBFDF0) is unknown color: approx Clear Day. HEX triplet: DB, FD and F0. RGB value is (219,253,240). Sum of RGB (Red+Green+Blue) = 219+253+240=712 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.76% from 712); Green value is 253 (99.22% from 255 or 35.53% from 712); Blue value is 240 (94.14% from 255 or 33.71% from 712); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFDF0 is #24020F. Grayscale: #F1F1F1. Windows color (decimal): -2359824 or 15793627. OLE color: 15793627.

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

Color convert

RGB219253240-
CMYK0.1300.050.01
HSL157.06º89.47%92.55%-
HSV(B)157.06º13.44%99.22%-
XYZ80.0791.695.9-
YUV241.35127.24112.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.76%
GREEN value IS 253 (99.22% from 255) = 35.53%
BLUE value IS 240 (94.14% from 255) = 33.71%
R=30.76%
G=35.53%
B=33.71%

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
Decimal2192532400.1300.050.01157.0689.4792.55
HexDBFDF0D0519d595d
Octal33337536015051235131135
Binary1101101111111101111100001101010111001110110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDF0; }

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

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

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

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

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

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

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

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