#DAEEE7

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

Shades of Clear Day #DAEEE7

Tints of Clear Day #DAEEE7

Color information

#DAEEE7 (or 0xDAEEE7) is unknown color: approx Clear Day. HEX triplet: DA, EE and E7. RGB value is (218,238,231). Sum of RGB (Red+Green+Blue) = 218+238+231=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 231 (90.62% from 255 or 33.62% from 687); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEE7 is #251118. Grayscale: #E7E7E7. Windows color (decimal): -2429209 or 15199962. OLE color: 15199962.

HSL color Cylindrical-coordinate representation of color #DAEEE7: hue angle of 159º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAEEE7 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB218238231-
CMYK0.0800.030.07
HSL159º37.04%89.41%-
HSV(B)159º8.4%93.33%-
XYZ73.9181.8287.5-
YUV231.22127.87118.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.73%
GREEN value IS 238 (93.36% from 255) = 34.64%
BLUE value IS 231 (90.62% from 255) = 33.62%
R=31.73%
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.07
SystemRedGreenBlueCMYKHSL
Decimal2182382310.0800.030.0715937.0489.41
HexDAEEE780379f2559
Octal3323563471003723745131
Binary1101101011101110111001111000011111100111111001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEE7; }

 p { color: rgb(218,238,231); }

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

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

 a { background-color: rgb(218,238,231); }

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

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

 span { border-color: rgb(218,238,231); }

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