#DAEAE3

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

Shades of White Ice #DAEAE3

Tints of White Ice #DAEAE3

Color information

#DAEAE3 (or 0xDAEAE3) is unknown color: approx White Ice. HEX triplet: DA, EA and E3. RGB value is (218,234,227). Sum of RGB (Red+Green+Blue) = 218+234+227=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 227 (89.06% from 255 or 33.43% from 679); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAE3 is #25151C. Grayscale: #E4E4E4. Windows color (decimal): -2430237 or 14936794. OLE color: 14936794.

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

Color convert

RGB218234227-
CMYK0.0700.030.08
HSL153.75º27.59%88.63%-
HSV(B)153.75º6.84%91.76%-
XYZ72.279.384.17-
YUV228.42127.2120.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.11%
GREEN value IS 234 (91.80% from 255) = 34.46%
BLUE value IS 227 (89.06% from 255) = 33.43%
R=32.11%
G=34.46%
B=33.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182342270.0700.030.08153.7527.5988.63
HexDAEAE370389a1c59
Octal3323523437031023234131
Binary110110101110101011100011111011100010011010111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAE3; }

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

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

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

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

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

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

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

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