#DAEFE5

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

Shades of White Ice #DAEFE5

Tints of White Ice #DAEFE5

Color information

#DAEFE5 (or 0xDAEFE5) is unknown color: approx White Ice. HEX triplet: DA, EF and E5. RGB value is (218,239,229). Sum of RGB (Red+Green+Blue) = 218+239+229=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFE5 is #25101A. Grayscale: #E7E7E7. Windows color (decimal): -2428955 or 15069146. OLE color: 15069146.

HSL color Cylindrical-coordinate representation of color #DAEFE5: hue angle of 151.43º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAEFE5 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB218239229-
CMYK0.0900.040.06
HSL151.43º39.62%89.61%-
HSV(B)151.43º8.79%93.73%-
XYZ73.9282.386.12-
YUV231.58126.54118.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.78%
GREEN value IS 239 (93.75% from 255) = 34.84%
BLUE value IS 229 (89.84% from 255) = 33.38%
R=31.78%
G=34.84%
B=33.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182392290.0900.040.06151.4339.6289.61
HexDAEFE5904697285a
Octal3323573451104622750132
Binary11011010111011111110010110010100110100101111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFE5; }

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

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

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

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

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

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

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

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