#DBFAF3

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

Shades of Clear Day #DBFAF3

Tints of Clear Day #DBFAF3

Color information

#DBFAF3 (or 0xDBFAF3) is unknown color: approx Clear Day. HEX triplet: DB, FA and F3. RGB value is (219,250,243). Sum of RGB (Red+Green+Blue) = 219+250+243=712 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.76% from 712); Green value is 250 (98.05% from 255 or 35.11% from 712); Blue value is 243 (95.31% from 255 or 34.13% from 712); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAF3 is #24050C. Grayscale: #EFEFEF. Windows color (decimal): -2360589 or 15989467. OLE color: 15989467.

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

Color convert

RGB219250243-
CMYK0.1200.030.02
HSL166.45º75.61%91.96%-
HSV(B)166.45º12.4%98.04%-
XYZ79.5889.997.95-
YUV239.93129.73113.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.76%
GREEN value IS 250 (98.05% from 255) = 35.11%
BLUE value IS 243 (95.31% from 255) = 34.13%
R=30.76%
G=35.11%
B=34.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192502430.1200.030.02166.4575.6191.96
HexDBFAF3C032a64c5c
Octal33337236314032246114134
Binary1101101111111010111100111100011101010011010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFAF3; }

 p { color: rgb(219,250,243); }

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

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

 a { background-color: rgb(219,250,243); }

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

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

 span { border-color: rgb(219,250,243); }

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