#DBFAED

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

Shades of Clear Day #DBFAED

Tints of Clear Day #DBFAED

Color information

#DBFAED (or 0xDBFAED) is unknown color: approx Clear Day. HEX triplet: DB, FA and ED. RGB value is (219,250,237). Sum of RGB (Red+Green+Blue) = 219+250+237=706 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.02% from 706); Green value is 250 (98.05% from 255 or 35.41% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAED is #240512. Grayscale: #EFEFEF. Windows color (decimal): -2360595 or 15596251. OLE color: 15596251.

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

Color convert

RGB219250237-
CMYK0.1200.050.02
HSL154.84º75.61%91.96%-
HSV(B)154.84º12.4%98.04%-
XYZ78.6989.5593.26-
YUV239.25126.73113.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.02%
GREEN value IS 250 (98.05% from 255) = 35.41%
BLUE value IS 237 (92.97% from 255) = 33.57%
R=31.02%
G=35.41%
B=33.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192502370.1200.050.02154.8475.6191.96
HexDBFAEDC0529b4c5c
Octal33337235514052233114134
Binary11011011111110101110110111000101101001101110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFAED; }

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

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

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

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

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

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

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

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