Shades of Cosmic Latte #DAF5E2
Tints of Cosmic Latte #DAF5E2
RGB
CMYK
RGB Variations
Color information
#DAF5E2 (or 0xDAF5E2) is known color: Cosmic Latte. HEX triplet: DA, F5 and E2. RGB value is (218,245,226). Sum of RGB (Red+Green+Blue) = 218+245+226=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 245 (96.09% from 255 or 35.56% from 689); Blue value is 226 (88.67% from 255 or 32.80% from 689); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF5E2 is #250A1D. Grayscale: #EAEAEA. Windows color (decimal): -2427422 or 14874074. OLE color: 14874074.
HSL color Cylindrical-coordinate representation of color #DAF5E2: hue angle of 137.78º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF5E2 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
RGB | 218 | 245 | 226 | - |
CMYK | 0.11 | 0 | 0.08 | 0.04 |
HSL | 137.78º | 0.57% | 0.91% | - |
HSV(B) | 137.78º | 0.11% | 0.96% | - |
XYZ | 75.29 | 85.7 | 84.53 | - |
YUV | 234.76 | 123.05 | 116.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 245 | 226 | 0.11 | 0 | 0.08 | 0.04 | 137.78 | 0.57 | 0.91 |
Hex | DA | F5 | E2 | B | 0 | 8 | 4 | 8A | 39 | 5B |
Octal | 332 | 365 | 342 | 13 | 0 | 10 | 4 | 212 | 71 | 133 |
Binary | 11011010 | 11110101 | 11100010 | 1011 | 0 | 1000 | 100 | 10001010 | 111001 | 1011011 |
Color Harmonies of #DAF5E2
Complementary color
Monochromatic Colors of #DAF5E2
Black with #DAF5E2
Text Example
Text Example
White with #DAF5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF5E2; }
p { color: rgb(218,245,226); }
H1.HeaderClassName
{
color: #DAF5E2;
}
.AnyTagClassName
{
color: #DAF5E2;
}
</style>
background-color css
<style>
a { background-color: #DAF5E2; }
a { background-color: rgb(218,245,226); }
div.DivClassName
{
background-color: #DAF5E2;
}
.BgClassName
{
background-color: #DAF5E2;
}
</style>
border-color css
<style>
span { border-color: #DAF5E2; }
span { border-color: rgb(218,245,226); }
td.TdClassName
{
border-color: #DAF5E2;
}
.TagClassName
{
border-color: #DAF5E2;
}
</style>