#DAF6E6

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

Shades of White Ice #DAF6E6

Tints of White Ice #DAF6E6

Color information

#DAF6E6 (or 0xDAF6E6) is unknown color: approx White Ice. HEX triplet: DA, F6 and E6. RGB value is (218,246,230). Sum of RGB (Red+Green+Blue) = 218+246+230=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 246 (96.48% from 255 or 35.45% from 694); Blue value is 230 (90.23% from 255 or 33.14% from 694); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF6E6 is #250919. Grayscale: #EBEBEB. Windows color (decimal): -2427162 or 15136474. OLE color: 15136474.

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

Color convert

RGB218246230-
CMYK0.1100.070.04
HSL145.71º60.87%90.98%-
HSV(B)145.71º11.38%96.47%-
XYZ76.1586.5387.55-
YUV235.8124.72115.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.41%
GREEN value IS 246 (96.48% from 255) = 35.45%
BLUE value IS 230 (90.23% from 255) = 33.14%
R=31.41%
G=35.45%
B=33.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182462300.1100.070.04145.7160.8790.98
HexDAF6E6B074923d5b
Octal3323663461307422275133
Binary11011010111101101110011010110111100100100101111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF6E6; }

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

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

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

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

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

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

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

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