#DAEBE3

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

Shades of White Ice #DAEBE3

Tints of White Ice #DAEBE3

Color information

#DAEBE3 (or 0xDAEBE3) is unknown color: approx White Ice. HEX triplet: DA, EB and E3. RGB value is (218,235,227). Sum of RGB (Red+Green+Blue) = 218+235+227=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 227 (89.06% from 255 or 33.38% from 680); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBE3 is #25141C. Grayscale: #E5E5E5. Windows color (decimal): -2429981 or 14937050. OLE color: 14937050.

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

Color convert

RGB218235227-
CMYK0.0700.030.08
HSL151.76º29.82%88.82%-
HSV(B)151.76º7.23%92.16%-
XYZ72.4979.8784.27-
YUV229126.87120.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.06%
GREEN value IS 235 (92.19% from 255) = 34.56%
BLUE value IS 227 (89.06% from 255) = 33.38%
R=32.06%
G=34.56%
B=33.38%

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
Decimal2182352270.0700.030.08151.7629.8288.82
HexDAEBE37038981e59
Octal3323533437031023036131
Binary110110101110101111100011111011100010011000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBE3; }

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

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

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

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

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

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

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

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