#DAFCEC

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

Shades of White Ice #DAFCEC

Tints of White Ice #DAFCEC

Color information

#DAFCEC (or 0xDAFCEC) is unknown color: approx White Ice. HEX triplet: DA, FC and EC. RGB value is (218,252,236). Sum of RGB (Red+Green+Blue) = 218+252+236=706 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.88% from 706); Green value is 252 (98.83% from 255 or 35.69% from 706); Blue value is 236 (92.58% from 255 or 33.43% from 706); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFCEC is #250313. Grayscale: #F0F0F0. Windows color (decimal): -2425620 or 15531226. OLE color: 15531226.

HSL color Cylindrical-coordinate representation of color #DAFCEC: hue angle of 151.76º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAFCEC is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB218252236-
CMYK0.1300.060.01
HSL151.76º85%92.16%-
HSV(B)151.76º13.49%98.82%-
XYZ78.8690.5892.68-
YUV240.01125.74112.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.88%
GREEN value IS 252 (98.83% from 255) = 35.69%
BLUE value IS 236 (92.58% from 255) = 33.43%
R=30.88%
G=35.69%
B=33.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182522360.1300.060.01151.768592.16
HexDAFCECD06198555c
Octal33237435415061230125134
Binary1101101011111100111011001101011011001100010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCEC; }

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

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

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

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

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

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

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

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