#DAEAE1

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

Shades of White Ice #DAEAE1

Tints of White Ice #DAEAE1

Color information

#DAEAE1 (or 0xDAEAE1) is unknown color: approx White Ice. HEX triplet: DA, EA and E1. RGB value is (218,234,225). Sum of RGB (Red+Green+Blue) = 218+234+225=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 234 (91.80% from 255 or 34.56% from 677); Blue value is 225 (88.28% from 255 or 33.23% from 677); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAE1 is #25151E. Grayscale: #E4E4E4. Windows color (decimal): -2430239 or 14805722. OLE color: 14805722.

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

Color convert

RGB218234225-
CMYK0.0700.040.08
HSL146.25º27.59%88.63%-
HSV(B)146.25º6.84%91.76%-
XYZ71.9379.1982.73-
YUV228.19126.2120.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.20%
GREEN value IS 234 (91.80% from 255) = 34.56%
BLUE value IS 225 (88.28% from 255) = 33.23%
R=32.20%
G=34.56%
B=33.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182342250.0700.040.08146.2527.5988.63
HexDAEAE17048921c59
Octal3323523417041022234131
Binary1101101011101010111000011110100100010010010111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAE1; }

 p { color: rgb(218,234,225); }

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

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

 a { background-color: rgb(218,234,225); }

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

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

 span { border-color: rgb(218,234,225); }

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