#DAF5E6

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

Shades of White Ice #DAF5E6

Tints of White Ice #DAF5E6

Color information

#DAF5E6 (or 0xDAF5E6) is unknown color: approx White Ice. HEX triplet: DA, F5 and E6. RGB value is (218,245,230). Sum of RGB (Red+Green+Blue) = 218+245+230=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 245 (96.09% from 255 or 35.35% from 693); Blue value is 230 (90.23% from 255 or 33.19% from 693); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF5E6 is #250A19. Grayscale: #EBEBEB. Windows color (decimal): -2427418 or 15136218. OLE color: 15136218.

HSL color Cylindrical-coordinate representation of color #DAF5E6: hue angle of 146.67º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF5E6 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB218245230-
CMYK0.1100.060.04
HSL146.67º57.45%90.78%-
HSV(B)146.67º11.02%96.08%-
XYZ75.8585.9287.45-
YUV235.22125.05115.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.46%
GREEN value IS 245 (96.09% from 255) = 35.35%
BLUE value IS 230 (90.23% from 255) = 33.19%
R=31.46%
G=35.35%
B=33.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182452300.1100.060.04146.6757.4590.78
HexDAF5E6B06493395b
Octal3323653461306422371133
Binary11011010111101011110011010110110100100100111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF5E6; }

 p { color: rgb(218,245,230); }

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

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

 a { background-color: rgb(218,245,230); }

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

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

 span { border-color: rgb(218,245,230); }

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