#DBFAF2

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

Shades of Clear Day #DBFAF2

Tints of Clear Day #DBFAF2

Color information

#DBFAF2 (or 0xDBFAF2) is unknown color: approx Clear Day. HEX triplet: DB, FA and F2. RGB value is (219,250,242). Sum of RGB (Red+Green+Blue) = 219+250+242=711 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.80% from 711); Green value is 250 (98.05% from 255 or 35.16% from 711); Blue value is 242 (94.92% from 255 or 34.04% from 711); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAF2 is #24050D. Grayscale: #EFEFEF. Windows color (decimal): -2360590 or 15923931. OLE color: 15923931.

HSL color Cylindrical-coordinate representation of color #DBFAF2: hue angle of 164.52º 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 #DBFAF2 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB219250242-
CMYK0.1200.030.02
HSL164.52º75.61%91.96%-
HSV(B)164.52º12.4%98.04%-
XYZ79.4389.8497.16-
YUV239.82129.23113.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.80%
GREEN value IS 250 (98.05% from 255) = 35.16%
BLUE value IS 242 (94.92% from 255) = 34.04%
R=30.80%
G=35.16%
B=34.04%

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
Decimal2192502420.1200.030.02164.5275.6191.96
HexDBFAF2C032a54c5c
Octal33337236214032245114134
Binary1101101111111010111100101100011101010010110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFAF2; }

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

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

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

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

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

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

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

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