#DAF9E9

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

Shades of White Ice #DAF9E9

Tints of White Ice #DAF9E9

Color information

#DAF9E9 (or 0xDAF9E9) is unknown color: approx White Ice. HEX triplet: DA, F9 and E9. RGB value is (218,249,233). Sum of RGB (Red+Green+Blue) = 218+249+233=700 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.14% from 700); Green value is 249 (97.66% from 255 or 35.57% from 700); Blue value is 233 (91.41% from 255 or 33.29% from 700); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF9E9 is #250616. Grayscale: #EDEDED. Windows color (decimal): -2426391 or 15333850. OLE color: 15333850.

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

Color convert

RGB218249233-
CMYK0.1200.060.02
HSL149.03º72.09%91.57%-
HSV(B)149.03º12.45%97.65%-
XYZ77.588.5490.1-
YUV237.91125.23113.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.14%
GREEN value IS 249 (97.66% from 255) = 35.57%
BLUE value IS 233 (91.41% from 255) = 33.29%
R=31.14%
G=35.57%
B=33.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182492330.1200.060.02149.0372.0991.57
HexDAF9E9C06295485c
Octal33237135114062225110134
Binary11011010111110011110100111000110101001010110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF9E9; }

 p { color: rgb(218,249,233); }

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

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

 a { background-color: rgb(218,249,233); }

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

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

 span { border-color: rgb(218,249,233); }

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