Shades of Cosmic Latte #DAF9E5
Tints of Cosmic Latte #DAF9E5
RGB
CMYK
RGB Variations
Color information
#DAF9E5 (or 0xDAF9E5) is known color: Cosmic Latte. HEX triplet: DA, F9 and E5. RGB value is (218,249,229). Sum of RGB (Red+Green+Blue) = 218+249+229=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 249 (97.66% from 255 or 35.78% from 696); Blue value is 229 (89.84% from 255 or 32.90% from 696); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF9E5 is #25061A. Grayscale: #EDEDED. Windows color (decimal): -2426395 or 15071706. OLE color: 15071706.
HSL color Cylindrical-coordinate representation of color #DAF9E5: hue angle of 141.29º 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 #DAF9E5 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 249 | 229 | - |
CMYK | 0.12 | 0 | 0.08 | 0.02 |
HSL | 141.29º | 0.72% | 0.92% | - |
HSV(B) | 141.29º | 0.12% | 0.98% | - |
XYZ | 76.93 | 88.31 | 87.12 | - |
YUV | 237.45 | 123.23 | 114.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 249 | 229 | 0.12 | 0 | 0.08 | 0.02 | 141.29 | 0.72 | 0.92 |
Hex | DA | F9 | E5 | C | 0 | 8 | 2 | 8D | 48 | 5C |
Octal | 332 | 371 | 345 | 14 | 0 | 10 | 2 | 215 | 110 | 134 |
Binary | 11011010 | 11111001 | 11100101 | 1100 | 0 | 1000 | 10 | 10001101 | 1001000 | 1011100 |
Color Harmonies of #DAF9E5
Complementary color
Monochromatic Colors of #DAF9E5
Black with #DAF9E5
Text Example
Text Example
White with #DAF9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF9E5; }
p { color: rgb(218,249,229); }
H1.HeaderClassName
{
color: #DAF9E5;
}
.AnyTagClassName
{
color: #DAF9E5;
}
</style>
background-color css
<style>
a { background-color: #DAF9E5; }
a { background-color: rgb(218,249,229); }
div.DivClassName
{
background-color: #DAF9E5;
}
.BgClassName
{
background-color: #DAF9E5;
}
</style>
border-color css
<style>
span { border-color: #DAF9E5; }
span { border-color: rgb(218,249,229); }
td.TdClassName
{
border-color: #DAF9E5;
}
.TagClassName
{
border-color: #DAF9E5;
}
</style>