#DAFAEA

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

Shades of White Ice #DAFAEA

Tints of White Ice #DAFAEA

Color information

#DAFAEA (or 0xDAFAEA) is unknown color: approx White Ice. HEX triplet: DA, FA and EA. RGB value is (218,250,234). Sum of RGB (Red+Green+Blue) = 218+250+234=702 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.05% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 234 (91.80% from 255 or 33.33% from 702); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFAEA is #250515. Grayscale: #EEEEEE. Windows color (decimal): -2426134 or 15399642. OLE color: 15399642.

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

Color convert

RGB218250234-
CMYK0.1300.060.02
HSL150º76.19%91.76%-
HSV(B)150º12.8%98.04%-
XYZ77.9589.2290.95-
YUV238.61125.4113.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.05%
GREEN value IS 250 (98.05% from 255) = 35.61%
BLUE value IS 234 (91.80% from 255) = 33.33%
R=31.05%
G=35.61%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182502340.1300.060.0215076.1991.76
HexDAFAEAD062964c5c
Octal33237235215062226114134
Binary11011010111110101110101011010110101001011010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFAEA; }

 p { color: rgb(218,250,234); }

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

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

 a { background-color: rgb(218,250,234); }

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

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

 span { border-color: rgb(218,250,234); }

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