#DAFBEC

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

Shades of White Ice #DAFBEC

Tints of White Ice #DAFBEC

Color information

#DAFBEC (or 0xDAFBEC) is unknown color: approx White Ice. HEX triplet: DA, FB and EC. RGB value is (218,251,236). Sum of RGB (Red+Green+Blue) = 218+251+236=705 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.92% from 705); Green value is 251 (98.44% from 255 or 35.60% from 705); Blue value is 236 (92.58% from 255 or 33.48% from 705); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFBEC is #250413. Grayscale: #EFEFEF. Windows color (decimal): -2425876 or 15530970. OLE color: 15530970.

HSL color Cylindrical-coordinate representation of color #DAFBEC: hue angle of 152.73º 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 #DAFBEC is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB218251236-
CMYK0.1300.060.02
HSL152.73º80.49%91.96%-
HSV(B)152.73º13.15%98.43%-
XYZ78.5589.9692.58-
YUV239.42126.07112.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.92%
GREEN value IS 251 (98.44% from 255) = 35.60%
BLUE value IS 236 (92.58% from 255) = 33.48%
R=30.92%
G=35.60%
B=33.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182512360.1300.060.02152.7380.4991.96
HexDAFBECD06299505c
Octal33237335415062231120134
Binary11011010111110111110110011010110101001100110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBEC; }

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

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

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

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

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

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

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

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