#DAF0EE

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

Shades of Foam #DAF0EE

Tints of Foam #DAF0EE

Color information

#DAF0EE (or 0xDAF0EE) is unknown color: approx Foam. HEX triplet: DA, F0 and EE. RGB value is (218,240,238). Sum of RGB (Red+Green+Blue) = 218+240+238=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF0EE is #250F11. Grayscale: #E9E9E9. Windows color (decimal): -2428690 or 15659226. OLE color: 15659226.

HSL color Cylindrical-coordinate representation of color #DAF0EE: hue angle of 174.55º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAF0EE is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB218240238-
CMYK0.0900.010.06
HSL174.55º42.31%89.8%-
HSV(B)174.55º9.17%94.12%-
XYZ75.5183.493.01-
YUV233.19130.71117.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.32%
GREEN value IS 240 (94.14% from 255) = 34.48%
BLUE value IS 238 (93.36% from 255) = 34.20%
R=31.32%
G=34.48%
B=34.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182402380.0900.010.06174.5542.3189.8
HexDAF0EE9016af2a5a
Octal3323603561101625752132
Binary110110101111000011101110100101110101011111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF0EE; }

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

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

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

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

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

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

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

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