#DAEBE2

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

Shades of White Ice #DAEBE2

Tints of White Ice #DAEBE2

Color information

#DAEBE2 (or 0xDAEBE2) is unknown color: approx White Ice. HEX triplet: DA, EB and E2. RGB value is (218,235,226). Sum of RGB (Red+Green+Blue) = 218+235+226=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 235 (92.19% from 255 or 34.61% from 679); Blue value is 226 (88.67% from 255 or 33.28% from 679); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBE2 is #25141D. Grayscale: #E4E4E4. Windows color (decimal): -2429982 or 14871514. OLE color: 14871514.

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

Color convert

RGB218235226-
CMYK0.0700.040.08
HSL148.24º29.82%88.82%-
HSV(B)148.24º7.23%92.16%-
XYZ72.3579.8183.54-
YUV228.89126.37120.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.11%
GREEN value IS 235 (92.19% from 255) = 34.61%
BLUE value IS 226 (88.67% from 255) = 33.28%
R=32.11%
G=34.61%
B=33.28%

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
Decimal2182352260.0700.040.08148.2429.8288.82
HexDAEBE27048941e59
Octal3323533427041022436131
Binary1101101011101011111000101110100100010010100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBE2; }

 p { color: rgb(218,235,226); }

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

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

 a { background-color: rgb(218,235,226); }

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

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

 span { border-color: rgb(218,235,226); }

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