#DAEDE6

Color #DAEDE6 White Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Ice #DAEDE6

Tints of White Ice #DAEDE6

Color information

#DAEDE6 (or 0xDAEDE6) is unknown color: approx White Ice. HEX triplet: DA, ED and E6. RGB value is (218,237,230). Sum of RGB (Red+Green+Blue) = 218+237+230=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 230 (90.23% from 255 or 33.58% from 685); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDE6 is #251219. Grayscale: #E6E6E6. Windows color (decimal): -2429466 or 15134170. OLE color: 15134170.

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

Color convert

RGB218237230-
CMYK0.0800.030.07
HSL157.89º34.55%89.22%-
HSV(B)157.89º8.02%92.94%-
XYZ73.4881.1986.66-
YUV230.52127.71119.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.82%
GREEN value IS 237 (92.97% from 255) = 34.60%
BLUE value IS 230 (90.23% from 255) = 33.58%
R=31.82%
G=34.60%
B=33.58%

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
Decimal2182372300.0800.030.07157.8934.5589.22
HexDAEDE680379e2359
Octal3323553461003723643131
Binary1101101011101101111001101000011111100111101000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDE6; }

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

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

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

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

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

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

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

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