#DBEFE8

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

Shades of Clear Day #DBEFE8

Tints of Clear Day #DBEFE8

Color information

#DBEFE8 (or 0xDBEFE8) is unknown color: approx Clear Day. HEX triplet: DB, EF and E8. RGB value is (219,239,232). Sum of RGB (Red+Green+Blue) = 219+239+232=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 232 (91.02% from 255 or 33.62% from 690); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFE8 is #241017. Grayscale: #E8E8E8. Windows color (decimal): -2363416 or 15265755. OLE color: 15265755.

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

Color convert

RGB219239232-
CMYK0.0800.030.06
HSL159º38.46%89.8%-
HSV(B)159º8.37%93.73%-
XYZ74.6582.6288.36-
YUV232.22127.87118.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.74%
GREEN value IS 239 (93.75% from 255) = 34.64%
BLUE value IS 232 (91.02% from 255) = 33.62%
R=31.74%
G=34.64%
B=33.62%

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
Decimal2192392320.0800.030.0615938.4689.8
HexDBEFE880369f265a
Octal3333573501003623746132
Binary1101101111101111111010001000011110100111111001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFE8; }

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

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

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

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

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

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

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

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