#DAEDE7

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

Shades of Clear Day #DAEDE7

Tints of Clear Day #DAEDE7

Color information

#DAEDE7 (or 0xDAEDE7) is unknown color: approx Clear Day. HEX triplet: DA, ED and E7. RGB value is (218,237,231). Sum of RGB (Red+Green+Blue) = 218+237+231=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 231 (90.62% from 255 or 33.67% from 686); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDE7 is #251218. Grayscale: #E6E6E6. Windows color (decimal): -2429465 or 15199706. OLE color: 15199706.

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

Color convert

RGB218237231-
CMYK0.0800.030.07
HSL161.05º34.55%89.22%-
HSV(B)161.05º8.02%92.94%-
XYZ73.6281.2487.4-
YUV230.64128.21118.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.78%
GREEN value IS 237 (92.97% from 255) = 34.55%
BLUE value IS 231 (90.62% from 255) = 33.67%
R=31.78%
G=34.55%
B=33.67%

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
Decimal2182372310.0800.030.07161.0534.5589.22
HexDAEDE78037a12359
Octal3323553471003724143131
Binary1101101011101101111001111000011111101000011000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDE7; }

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

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

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

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

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

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

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

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