Shades of Blue Romance #DAFDD4
Tints of Blue Romance #DAFDD4
RGB
CMYK
RGB Variations
Color information
#DAFDD4 (or 0xDAFDD4) is known color: Blue Romance. HEX triplet: DA, FD and D4. RGB value is (218,253,212). Sum of RGB (Red+Green+Blue) = 218+253+212=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 212 (83.20% from 255 or 31.04% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDD4 is #25022B. Grayscale: #EDEDED. Windows color (decimal): -2425388 or 13958618. OLE color: 13958618.
HSL color Cylindrical-coordinate representation of color #DAFDD4: hue angle of 111.22º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAFDD4 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 212 | - |
CMYK | 0.14 | 0 | 0.16 | 0.01 |
HSL | 111.22º | 0.91% | 0.91% | - |
HSV(B) | 111.22º | 0.16% | 0.99% | - |
XYZ | 75.92 | 89.91 | 75.64 | - |
YUV | 237.86 | 113.4 | 113.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 212 | 0.14 | 0 | 0.16 | 0.01 | 111.22 | 0.91 | 0.91 |
Hex | DA | FD | D4 | E | 0 | 10 | 1 | 6F | 5B | 5B |
Octal | 332 | 375 | 324 | 16 | 0 | 20 | 1 | 157 | 133 | 133 |
Binary | 11011010 | 11111101 | 11010100 | 1110 | 0 | 10000 | 1 | 1101111 | 1011011 | 1011011 |
Color Harmonies of #DAFDD4
Complementary color
Monochromatic Colors of #DAFDD4
Black with #DAFDD4
Text Example
Text Example
White with #DAFDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDD4; }
p { color: rgb(218,253,212); }
H1.HeaderClassName
{
color: #DAFDD4;
}
.AnyTagClassName
{
color: #DAFDD4;
}
</style>
background-color css
<style>
a { background-color: #DAFDD4; }
a { background-color: rgb(218,253,212); }
div.DivClassName
{
background-color: #DAFDD4;
}
.BgClassName
{
background-color: #DAFDD4;
}
</style>
border-color css
<style>
span { border-color: #DAFDD4; }
span { border-color: rgb(218,253,212); }
td.TdClassName
{
border-color: #DAFDD4;
}
.TagClassName
{
border-color: #DAFDD4;
}
</style>