#DBFBEE

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

Shades of Clear Day #DBFBEE

Tints of Clear Day #DBFBEE

Color information

#DBFBEE (or 0xDBFBEE) is unknown color: approx Clear Day. HEX triplet: DB, FB and EE. RGB value is (219,251,238). Sum of RGB (Red+Green+Blue) = 219+251+238=708 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.93% from 708); Green value is 251 (98.44% from 255 or 35.45% from 708); Blue value is 238 (93.36% from 255 or 33.62% from 708); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBEE is #240411. Grayscale: #EFEFEF. Windows color (decimal): -2360338 or 15662043. OLE color: 15662043.

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

Color convert

RGB219251238-
CMYK0.1300.050.02
HSL155.62º80%92.16%-
HSV(B)155.62º12.75%98.43%-
XYZ79.1490.2394.13-
YUV239.95126.9113.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.93%
GREEN value IS 251 (98.44% from 255) = 35.45%
BLUE value IS 238 (93.36% from 255) = 33.62%
R=30.93%
G=35.45%
B=33.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192512380.1300.050.02155.628092.16
HexDBFBEED0529c505c
Octal33337335615052234120134
Binary11011011111110111110111011010101101001110010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFBEE; }

 p { color: rgb(219,251,238); }

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

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

 a { background-color: rgb(219,251,238); }

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

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

 span { border-color: rgb(219,251,238); }

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