#DAFBE9

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

Shades of White Ice #DAFBE9

Tints of White Ice #DAFBE9

Color information

#DAFBE9 (or 0xDAFBE9) is unknown color: approx White Ice. HEX triplet: DA, FB and E9. RGB value is (218,251,233). Sum of RGB (Red+Green+Blue) = 218+251+233=702 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.05% from 702); Green value is 251 (98.44% from 255 or 35.75% from 702); Blue value is 233 (91.41% from 255 or 33.19% from 702); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFBE9 is #250416. Grayscale: #EFEFEF. Windows color (decimal): -2425879 or 15334362. OLE color: 15334362.

HSL color Cylindrical-coordinate representation of color #DAFBE9: hue angle of 147.27º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAFBE9 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB218251233-
CMYK0.1300.070.02
HSL147.27º80.49%91.96%-
HSV(B)147.27º13.15%98.43%-
XYZ78.1289.7890.3-
YUV239.08124.57112.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.05%
GREEN value IS 251 (98.44% from 255) = 35.75%
BLUE value IS 233 (91.41% from 255) = 33.19%
R=31.05%
G=35.75%
B=33.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182512330.1300.070.02147.2780.4991.96
HexDAFBE9D07293505c
Octal33237335115072223120134
Binary11011010111110111110100111010111101001001110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBE9; }

 p { color: rgb(218,251,233); }

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

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

 a { background-color: rgb(218,251,233); }

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

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

 span { border-color: rgb(218,251,233); }

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