#DBEAE5

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

Shades of Clear Day #DBEAE5

Tints of Clear Day #DBEAE5

Color information

#DBEAE5 (or 0xDBEAE5) is unknown color: approx Clear Day. HEX triplet: DB, EA and E5. RGB value is (219,234,229). Sum of RGB (Red+Green+Blue) = 219+234+229=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 229 (89.84% from 255 or 33.58% from 682); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAE5 is #24151A. Grayscale: #E4E4E4. Windows color (decimal): -2364699 or 15067867. OLE color: 15067867.

HSL color Cylindrical-coordinate representation of color #DBEAE5: hue angle of 160º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBEAE5 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB219234229-
CMYK0.0600.020.08
HSL160º26.32%88.82%-
HSV(B)160º6.41%91.76%-
XYZ72.7879.5685.65-
YUV228.94128.03120.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.11%
GREEN value IS 234 (91.80% from 255) = 34.31%
BLUE value IS 229 (89.84% from 255) = 33.58%
R=32.11%
G=34.31%
B=33.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192342290.0600.020.0816026.3288.82
HexDBEAE56028a01a59
Octal3333523456021024032131
Binary110110111110101011100101110010100010100000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAE5; }

 p { color: rgb(219,234,229); }

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

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

 a { background-color: rgb(219,234,229); }

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

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

 span { border-color: rgb(219,234,229); }

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