#DAFEED

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

Shades of White Ice #DAFEED

Tints of White Ice #DAFEED

Color information

#DAFEED (or 0xDAFEED) is unknown color: approx White Ice. HEX triplet: DA, FE and ED. RGB value is (218,254,237). Sum of RGB (Red+Green+Blue) = 218+254+237=709 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.75% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEED is #250112. Grayscale: #F1F1F1. Windows color (decimal): -2425107 or 15597274. OLE color: 15597274.

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

Color convert

RGB218254237-
CMYK0.1400.070.00
HSL151.67º94.74%92.55%-
HSV(B)151.67º14.17%99.61%-
XYZ79.6491.993.66-
YUV241.3125.57111.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.75%
GREEN value IS 254 (99.61% from 255) = 35.83%
BLUE value IS 237 (92.97% from 255) = 33.43%
R=30.75%
G=35.83%
B=33.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182542370.1400.070.00151.6794.7492.55
HexDAFEEDE070985f5d
Octal33237635516070230137135
Binary1101101011111110111011011110011101001100010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEED; }

 p { color: rgb(218,254,237); }

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

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

 a { background-color: rgb(218,254,237); }

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

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

 span { border-color: rgb(218,254,237); }

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