#DBFDF4

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

Shades of Clear Day #DBFDF4

Tints of Clear Day #DBFDF4

Color information

#DBFDF4 (or 0xDBFDF4) is unknown color: approx Clear Day. HEX triplet: DB, FD and F4. RGB value is (219,253,244). Sum of RGB (Red+Green+Blue) = 219+253+244=716 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.59% from 716); Green value is 253 (99.22% from 255 or 35.34% from 716); Blue value is 244 (95.70% from 255 or 34.08% from 716); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFDF4 is #24020B. Grayscale: #F1F1F1. Windows color (decimal): -2359820 or 16055771. OLE color: 16055771.

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

Color convert

RGB219253244-
CMYK0.1300.040.01
HSL164.12º89.47%92.55%-
HSV(B)164.12º13.44%99.22%-
XYZ80.6791.8499.06-
YUV241.81129.24111.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.59%
GREEN value IS 253 (99.22% from 255) = 35.34%
BLUE value IS 244 (95.70% from 255) = 34.08%
R=30.59%
G=35.34%
B=34.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192532440.1300.040.01164.1289.4792.55
HexDBFDF4D041a4595d
Octal33337536415041244131135
Binary1101101111111101111101001101010011010010010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDF4; }

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

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

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

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

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

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

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

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