#DAEBE5

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

Shades of White Ice #DAEBE5

Tints of White Ice #DAEBE5

Color information

#DAEBE5 (or 0xDAEBE5) is unknown color: approx White Ice. HEX triplet: DA, EB and E5. RGB value is (218,235,229). Sum of RGB (Red+Green+Blue) = 218+235+229=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 229 (89.84% from 255 or 33.58% from 682); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBE5 is #25141A. Grayscale: #E5E5E5. Windows color (decimal): -2429979 or 15068122. OLE color: 15068122.

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

Color convert

RGB218235229-
CMYK0.0700.030.08
HSL158.82º29.82%88.82%-
HSV(B)158.82º7.23%92.16%-
XYZ72.7679.9885.73-
YUV229.23127.87119.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.96%
GREEN value IS 235 (92.19% from 255) = 34.46%
BLUE value IS 229 (89.84% from 255) = 33.58%
R=31.96%
G=34.46%
B=33.58%

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
Decimal2182352290.0700.030.08158.8229.8288.82
HexDAEBE570389f1e59
Octal3323533457031023736131
Binary110110101110101111100101111011100010011111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBE5; }

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

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

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

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

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

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

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

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