Shades of Blue Romance #DAEED4
Tints of Blue Romance #DAEED4
RGB
CMYK
RGB Variations
Color information
#DAEED4 (or 0xDAEED4) is known color: Blue Romance. HEX triplet: DA, EE and D4. RGB value is (218,238,212). Sum of RGB (Red+Green+Blue) = 218+238+212=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 212 (83.20% from 255 or 31.74% from 668); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEED4 is #25112B. Grayscale: #E5E5E5. Windows color (decimal): -2429228 or 13954778. OLE color: 13954778.
HSL color Cylindrical-coordinate representation of color #DAEED4: hue angle of 106.15º degrees, saturation: 0.43, 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 #DAEED4 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 238 | 212 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.07 |
| HSL | 106.15º | 0.43% | 0.88% | - |
| HSV(B) | 106.15º | 0.11% | 0.93% | - |
| XYZ | 71.37 | 80.81 | 74.12 | - |
| YUV | 229.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 238 | 212 | 0.08 | 0 | 0.11 | 0.07 | 106.15 | 0.43 | 0.88 |
| Hex | DA | EE | D4 | 8 | 0 | B | 7 | 6A | 2B | 58 |
| Octal | 332 | 356 | 324 | 10 | 0 | 13 | 7 | 152 | 53 | 130 |
| Binary | 11011010 | 11101110 | 11010100 | 1000 | 0 | 1011 | 111 | 1101010 | 101011 | 1011000 |
Color Harmonies of #DAEED4
Complementary color
Monochromatic Colors of #DAEED4
Black with #DAEED4
Text Example
Text Example
White with #DAEED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEED4; }
p { color: rgb(218,238,212); }
H1.HeaderClassName
{
color: #DAEED4;
}
.AnyTagClassName
{
color: #DAEED4;
}
</style>
background-color css
<style>
a { background-color: #DAEED4; }
a { background-color: rgb(218,238,212); }
div.DivClassName
{
background-color: #DAEED4;
}
.BgClassName
{
background-color: #DAEED4;
}
</style>
border-color css
<style>
span { border-color: #DAEED4; }
span { border-color: rgb(218,238,212); }
td.TdClassName
{
border-color: #DAEED4;
}
.TagClassName
{
border-color: #DAEED4;
}
</style>