#DAFFEE

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

Shades of White Ice #DAFFEE

Tints of White Ice #DAFFEE

Color information

#DAFFEE (or 0xDAFFEE) is unknown color: approx White Ice. HEX triplet: DA, FF and EE. RGB value is (218,255,238). Sum of RGB (Red+Green+Blue) = 218+255+238=711 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.66% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFEE is #250011. Grayscale: #F2F2F2. Windows color (decimal): -2424850 or 15663066. OLE color: 15663066.

HSL color Cylindrical-coordinate representation of color #DAFFEE: hue angle of 152.43º 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 #DAFFEE is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB218255238-
CMYK0.1500.070
HSL152.43º100%92.75%-
HSV(B)152.43º14.51%100%-
XYZ80.1192.694.54-
YUV242125.74110.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.66%
GREEN value IS 255 (100% from 255) = 35.86%
BLUE value IS 238 (93.36% from 255) = 33.47%
R=30.66%
G=35.86%
B=33.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552380.1500.070152.4310092.75
HexDAFFEEF07098645d
Octal33237735617070230144135
Binary1101101011111111111011101111011101001100011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFEE; }

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

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

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

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

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

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

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

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