Shades of Cosmic Latte #DAFFE6
Tints of Cosmic Latte #DAFFE6
RGB
CMYK
RGB Variations
Color information
#DAFFE6 (or 0xDAFFE6) is known color: Cosmic Latte. HEX triplet: DA, FF and E6. RGB value is (218,255,230). Sum of RGB (Red+Green+Blue) = 218+255+230=703 (93% of max value = 765). Red value is 218 (85.55% from 255 or 31.01% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 230 (90.23% from 255 or 32.72% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFE6 is #250019. Grayscale: #F1F1F1. Windows color (decimal): -2424858 or 15138778. OLE color: 15138778.
HSL color Cylindrical-coordinate representation of color #DAFFE6: hue angle of 139.46º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAFFE6 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
RGB | 218 | 255 | 230 | - |
CMYK | 0.15 | 0 | 0.10 | 0 |
HSL | 139.46º | 1% | 0.93% | - |
HSV(B) | 139.46º | 0.15% | 1% | - |
XYZ | 78.96 | 92.14 | 88.49 | - |
YUV | 241.09 | 121.74 | 111.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 255 | 230 | 0.15 | 0 | 0.10 | 0 | 139.46 | 1 | 0.93 |
Hex | DA | FF | E6 | F | 0 | A | 0 | 8B | 64 | 5D |
Octal | 332 | 377 | 346 | 17 | 0 | 12 | 0 | 213 | 144 | 135 |
Binary | 11011010 | 11111111 | 11100110 | 1111 | 0 | 1010 | 0 | 10001011 | 1100100 | 1011101 |
Color Harmonies of #DAFFE6
Complementary color
Monochromatic Colors of #DAFFE6
Black with #DAFFE6
Text Example
Text Example
White with #DAFFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFE6; }
p { color: rgb(218,255,230); }
H1.HeaderClassName
{
color: #DAFFE6;
}
.AnyTagClassName
{
color: #DAFFE6;
}
</style>
background-color css
<style>
a { background-color: #DAFFE6; }
a { background-color: rgb(218,255,230); }
div.DivClassName
{
background-color: #DAFFE6;
}
.BgClassName
{
background-color: #DAFFE6;
}
</style>
border-color css
<style>
span { border-color: #DAFFE6; }
span { border-color: rgb(218,255,230); }
td.TdClassName
{
border-color: #DAFFE6;
}
.TagClassName
{
border-color: #DAFFE6;
}
</style>