#DAFEEE

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

Shades of White Ice #DAFEEE

Tints of White Ice #DAFEEE

Color information

#DAFEEE (or 0xDAFEEE) is unknown color: approx White Ice. HEX triplet: DA, FE and EE. RGB value is (218,254,238). Sum of RGB (Red+Green+Blue) = 218+254+238=710 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.70% from 710); Green value is 254 (99.61% from 255 or 35.77% from 710); Blue value is 238 (93.36% from 255 or 33.52% from 710); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEEE is #250111. Grayscale: #F1F1F1. Windows color (decimal): -2425106 or 15662810. OLE color: 15662810.

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

Color convert

RGB218254238-
CMYK0.1400.060.00
HSL153.33º94.74%92.55%-
HSV(B)153.33º14.17%99.61%-
XYZ79.7991.9694.43-
YUV241.41126.07111.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.70%
GREEN value IS 254 (99.61% from 255) = 35.77%
BLUE value IS 238 (93.36% from 255) = 33.52%
R=30.70%
G=35.77%
B=33.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182542380.1400.060.00153.3394.7492.55
HexDAFEEEE060995f5d
Octal33237635616060231137135
Binary1101101011111110111011101110011001001100110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEEE; }

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

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

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

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

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

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

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

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