#DAFFEC

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

Shades of White Ice #DAFFEC

Tints of White Ice #DAFFEC

Color information

#DAFFEC (or 0xDAFFEC) is unknown color: approx White Ice. HEX triplet: DA, FF and EC. RGB value is (218,255,236). Sum of RGB (Red+Green+Blue) = 218+255+236=709 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.75% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFEC is #250013. Grayscale: #F1F1F1. Windows color (decimal): -2424852 or 15531994. OLE color: 15531994.

HSL color Cylindrical-coordinate representation of color #DAFFEC: hue angle of 149.19º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAFFEC is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB218255236-
CMYK0.1500.070
HSL149.19º100%92.75%-
HSV(B)149.19º14.51%100%-
XYZ79.8192.4893-
YUV241.77124.74111.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.75%
GREEN value IS 255 (100% from 255) = 35.97%
BLUE value IS 236 (92.58% from 255) = 33.29%
R=30.75%
G=35.97%
B=33.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552360.1500.070149.1910092.75
HexDAFFECF07095645d
Octal33237735417070225144135
Binary1101101011111111111011001111011101001010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFEC; }

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

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

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

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

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

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

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

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