Shades of White Ice #DAF3E5
Tints of White Ice #DAF3E5
RGB
CMYK
RGB Variations
Color information
#DAF3E5 (or 0xDAF3E5) is known color: White Ice. HEX triplet: DA, F3 and E5. RGB value is (218,243,229). Sum of RGB (Red+Green+Blue) = 218+243+229=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 243 (95.31% from 255 or 35.22% from 690); Blue value is 229 (89.84% from 255 or 33.19% from 690); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3E5 is #250C1A. Grayscale: #E9E9E9. Windows color (decimal): -2427931 or 15070170. OLE color: 15070170.
HSL color Cylindrical-coordinate representation of color #DAF3E5: hue angle of 146.4º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF3E5 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 243 | 229 | - |
CMYK | 0.10 | 0 | 0.06 | 0.05 |
HSL | 146.4º | 0.51% | 0.9% | - |
HSV(B) | 146.4º | 0.1% | 0.95% | - |
XYZ | 75.11 | 84.66 | 86.51 | - |
YUV | 233.93 | 125.22 | 116.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 243 | 229 | 0.10 | 0 | 0.06 | 0.05 | 146.4 | 0.51 | 0.9 |
Hex | DA | F3 | E5 | A | 0 | 6 | 5 | 92 | 33 | 5A |
Octal | 332 | 363 | 345 | 12 | 0 | 6 | 5 | 222 | 63 | 132 |
Binary | 11011010 | 11110011 | 11100101 | 1010 | 0 | 110 | 101 | 10010010 | 110011 | 1011010 |
Color Harmonies of #DAF3E5
Complementary color
Monochromatic Colors of #DAF3E5
Black with #DAF3E5
Text Example
Text Example
White with #DAF3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF3E5; }
p { color: rgb(218,243,229); }
H1.HeaderClassName
{
color: #DAF3E5;
}
.AnyTagClassName
{
color: #DAF3E5;
}
</style>
background-color css
<style>
a { background-color: #DAF3E5; }
a { background-color: rgb(218,243,229); }
div.DivClassName
{
background-color: #DAF3E5;
}
.BgClassName
{
background-color: #DAF3E5;
}
</style>
border-color css
<style>
span { border-color: #DAF3E5; }
span { border-color: rgb(218,243,229); }
td.TdClassName
{
border-color: #DAF3E5;
}
.TagClassName
{
border-color: #DAF3E5;
}
</style>