Shades of Blue Romance #DAEFD4
Tints of Blue Romance #DAEFD4
RGB
CMYK
RGB Variations
Color information
#DAEFD4 (or 0xDAEFD4) is known color: Blue Romance. HEX triplet: DA, EF and D4. RGB value is (218,239,212). Sum of RGB (Red+Green+Blue) = 218+239+212=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFD4 is #25102B. Grayscale: #E5E5E5. Windows color (decimal): -2428972 or 13955034. OLE color: 13955034.
HSL color Cylindrical-coordinate representation of color #DAEFD4: hue angle of 106.67º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAEFD4 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 239 | 212 | - |
CMYK | 0.09 | 0 | 0.11 | 0.06 |
HSL | 106.67º | 0.46% | 0.88% | - |
HSV(B) | 106.67º | 0.11% | 0.94% | - |
XYZ | 71.66 | 81.39 | 74.22 | - |
YUV | 229.64 | 118.04 | 119.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 239 | 212 | 0.09 | 0 | 0.11 | 0.06 | 106.67 | 0.46 | 0.88 |
Hex | DA | EF | D4 | 9 | 0 | B | 6 | 6B | 2E | 58 |
Octal | 332 | 357 | 324 | 11 | 0 | 13 | 6 | 153 | 56 | 130 |
Binary | 11011010 | 11101111 | 11010100 | 1001 | 0 | 1011 | 110 | 1101011 | 101110 | 1011000 |
Color Harmonies of #DAEFD4
Complementary color
Monochromatic Colors of #DAEFD4
Black with #DAEFD4
Text Example
Text Example
White with #DAEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEFD4; }
p { color: rgb(218,239,212); }
H1.HeaderClassName
{
color: #DAEFD4;
}
.AnyTagClassName
{
color: #DAEFD4;
}
</style>
background-color css
<style>
a { background-color: #DAEFD4; }
a { background-color: rgb(218,239,212); }
div.DivClassName
{
background-color: #DAEFD4;
}
.BgClassName
{
background-color: #DAEFD4;
}
</style>
border-color css
<style>
span { border-color: #DAEFD4; }
span { border-color: rgb(218,239,212); }
td.TdClassName
{
border-color: #DAEFD4;
}
.TagClassName
{
border-color: #DAEFD4;
}
</style>