Shades of Blue Romance #DAEDD3
Tints of Blue Romance #DAEDD3
RGB
CMYK
RGB Variations
Color information
#DAEDD3 (or 0xDAEDD3) is known color: Blue Romance. HEX triplet: DA, ED and D3. RGB value is (218,237,211). Sum of RGB (Red+Green+Blue) = 218+237+211=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 211 (82.81% from 255 or 31.68% from 666); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDD3 is #25122C. Grayscale: #E4E4E4. Windows color (decimal): -2429485 or 13888986. OLE color: 13888986.
HSL color Cylindrical-coordinate representation of color #DAEDD3: hue angle of 103.85º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAEDD3 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 237 | 211 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.07 |
| HSL | 103.85º | 0.42% | 0.88% | - |
| HSV(B) | 103.85º | 0.11% | 0.93% | - |
| XYZ | 70.96 | 80.18 | 73.36 | - |
| YUV | 228.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 237 | 211 | 0.08 | 0 | 0.11 | 0.07 | 103.85 | 0.42 | 0.88 |
| Hex | DA | ED | D3 | 8 | 0 | B | 7 | 68 | 2A | 58 |
| Octal | 332 | 355 | 323 | 10 | 0 | 13 | 7 | 150 | 52 | 130 |
| Binary | 11011010 | 11101101 | 11010011 | 1000 | 0 | 1011 | 111 | 1101000 | 101010 | 1011000 |
Color Harmonies of #DAEDD3
Complementary color
Monochromatic Colors of #DAEDD3
Black with #DAEDD3
Text Example
Text Example
White with #DAEDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDD3; }
p { color: rgb(218,237,211); }
H1.HeaderClassName
{
color: #DAEDD3;
}
.AnyTagClassName
{
color: #DAEDD3;
}
</style>
background-color css
<style>
a { background-color: #DAEDD3; }
a { background-color: rgb(218,237,211); }
div.DivClassName
{
background-color: #DAEDD3;
}
.BgClassName
{
background-color: #DAEDD3;
}
</style>
border-color css
<style>
span { border-color: #DAEDD3; }
span { border-color: rgb(218,237,211); }
td.TdClassName
{
border-color: #DAEDD3;
}
.TagClassName
{
border-color: #DAEDD3;
}
</style>