Shades of Blue Romance #DAFDD1
Tints of Blue Romance #DAFDD1
RGB
CMYK
RGB Variations
Color information
#DAFDD1 (or 0xDAFDD1) is known color: Blue Romance. HEX triplet: DA, FD and D1. RGB value is (218,253,209). Sum of RGB (Red+Green+Blue) = 218+253+209=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 209 (82.03% from 255 or 30.74% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDD1 is #25022E. Grayscale: #EDEDED. Windows color (decimal): -2425391 or 13762010. OLE color: 13762010.
HSL color Cylindrical-coordinate representation of color #DAFDD1: hue angle of 107.73º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAFDD1 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 209 | - |
CMYK | 0.14 | 0 | 0.17 | 0.01 |
HSL | 107.73º | 0.92% | 0.91% | - |
HSV(B) | 107.73º | 0.17% | 0.99% | - |
XYZ | 75.55 | 89.76 | 73.67 | - |
YUV | 237.52 | 111.9 | 114.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 209 | 0.14 | 0 | 0.17 | 0.01 | 107.73 | 0.92 | 0.91 |
Hex | DA | FD | D1 | E | 0 | 11 | 1 | 6C | 5C | 5B |
Octal | 332 | 375 | 321 | 16 | 0 | 21 | 1 | 154 | 134 | 133 |
Binary | 11011010 | 11111101 | 11010001 | 1110 | 0 | 10001 | 1 | 1101100 | 1011100 | 1011011 |
Color Harmonies of #DAFDD1
Complementary color
Monochromatic Colors of #DAFDD1
Black with #DAFDD1
Text Example
Text Example
White with #DAFDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDD1; }
p { color: rgb(218,253,209); }
H1.HeaderClassName
{
color: #DAFDD1;
}
.AnyTagClassName
{
color: #DAFDD1;
}
</style>
background-color css
<style>
a { background-color: #DAFDD1; }
a { background-color: rgb(218,253,209); }
div.DivClassName
{
background-color: #DAFDD1;
}
.BgClassName
{
background-color: #DAFDD1;
}
</style>
border-color css
<style>
span { border-color: #DAFDD1; }
span { border-color: rgb(218,253,209); }
td.TdClassName
{
border-color: #DAFDD1;
}
.TagClassName
{
border-color: #DAFDD1;
}
</style>