Shades of Blue Romance #DAEAD5
Tints of Blue Romance #DAEAD5
RGB
CMYK
RGB Variations
Color information
#DAEAD5 (or 0xDAEAD5) is known color: Blue Romance. HEX triplet: DA, EA and D5. RGB value is (218,234,213). Sum of RGB (Red+Green+Blue) = 218+234+213=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 213 (83.59% from 255 or 32.03% from 665); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAD5 is #25152A. Grayscale: #E2E2E2. Windows color (decimal): -2430251 or 14019290. OLE color: 14019290.
HSL color Cylindrical-coordinate representation of color #DAEAD5: hue angle of 105.71º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAEAD5 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
RGB | 218 | 234 | 213 | - |
CMYK | 0.07 | 0 | 0.09 | 0.08 |
HSL | 105.71º | 0.33% | 0.88% | - |
HSV(B) | 105.71º | 0.09% | 0.92% | - |
XYZ | 70.35 | 78.56 | 74.41 | - |
YUV | 226.82 | 120.2 | 121.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 234 | 213 | 0.07 | 0 | 0.09 | 0.08 | 105.71 | 0.33 | 0.88 |
Hex | DA | EA | D5 | 7 | 0 | 9 | 8 | 6A | 21 | 58 |
Octal | 332 | 352 | 325 | 7 | 0 | 11 | 10 | 152 | 41 | 130 |
Binary | 11011010 | 11101010 | 11010101 | 111 | 0 | 1001 | 1000 | 1101010 | 100001 | 1011000 |
Color Harmonies of #DAEAD5
Complementary color
Monochromatic Colors of #DAEAD5
Black with #DAEAD5
Text Example
Text Example
White with #DAEAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAD5; }
p { color: rgb(218,234,213); }
H1.HeaderClassName
{
color: #DAEAD5;
}
.AnyTagClassName
{
color: #DAEAD5;
}
</style>
background-color css
<style>
a { background-color: #DAEAD5; }
a { background-color: rgb(218,234,213); }
div.DivClassName
{
background-color: #DAEAD5;
}
.BgClassName
{
background-color: #DAEAD5;
}
</style>
border-color css
<style>
span { border-color: #DAEAD5; }
span { border-color: rgb(218,234,213); }
td.TdClassName
{
border-color: #DAEAD5;
}
.TagClassName
{
border-color: #DAEAD5;
}
</style>