#DBEFE9

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

Shades of Clear Day #DBEFE9

Tints of Clear Day #DBEFE9

Color information

#DBEFE9 (or 0xDBEFE9) is unknown color: approx Clear Day. HEX triplet: DB, EF and E9. RGB value is (219,239,233). Sum of RGB (Red+Green+Blue) = 219+239+233=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 233 (91.41% from 255 or 33.72% from 691); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFE9 is #241016. Grayscale: #E8E8E8. Windows color (decimal): -2363415 or 15331291. OLE color: 15331291.

HSL color Cylindrical-coordinate representation of color #DBEFE9: hue angle of 162º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEFE9 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB219239233-
CMYK0.0800.030.06
HSL162º38.46%89.8%-
HSV(B)162º8.37%93.73%-
XYZ74.7982.6889.11-
YUV232.34128.37118.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.69%
GREEN value IS 239 (93.75% from 255) = 34.59%
BLUE value IS 233 (91.41% from 255) = 33.72%
R=31.69%
G=34.59%
B=33.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192392330.0800.030.0616238.4689.8
HexDBEFE98036a2265a
Octal3333573511003624246132
Binary1101101111101111111010011000011110101000101001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFE9; }

 p { color: rgb(219,239,233); }

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

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

 a { background-color: rgb(219,239,233); }

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

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

 span { border-color: rgb(219,239,233); }

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