Shades of Blue Romance #DAF3D3
Tints of Blue Romance #DAF3D3
RGB
CMYK
RGB Variations
Color information
#DAF3D3 (or 0xDAF3D3) is known color: Blue Romance. HEX triplet: DA, F3 and D3. RGB value is (218,243,211). Sum of RGB (Red+Green+Blue) = 218+243+211=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 243 (95.31% from 255 or 36.16% from 672); Blue value is 211 (82.81% from 255 or 31.40% from 672); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3D3 is #250C2C. Grayscale: #E7E7E7. Windows color (decimal): -2427949 or 13890522. OLE color: 13890522.
HSL color Cylindrical-coordinate representation of color #DAF3D3: hue angle of 106.88º degrees, saturation: 0.57, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAF3D3 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 211 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.05 |
| HSL | 106.88º | 0.57% | 0.89% | - |
| HSV(B) | 106.88º | 0.13% | 0.95% | - |
| XYZ | 72.72 | 83.71 | 73.95 | - |
| YUV | 231.88 | 116.22 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 211 | 0.10 | 0 | 0.13 | 0.05 | 106.88 | 0.57 | 0.89 |
| Hex | DA | F3 | D3 | A | 0 | D | 5 | 6B | 39 | 59 |
| Octal | 332 | 363 | 323 | 12 | 0 | 15 | 5 | 153 | 71 | 131 |
| Binary | 11011010 | 11110011 | 11010011 | 1010 | 0 | 1101 | 101 | 1101011 | 111001 | 1011001 |
Color Harmonies of #DAF3D3
Complementary color
Monochromatic Colors of #DAF3D3
Black with #DAF3D3
Text Example
Text Example
White with #DAF3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF3D3; }
p { color: rgb(218,243,211); }
H1.HeaderClassName
{
color: #DAF3D3;
}
.AnyTagClassName
{
color: #DAF3D3;
}
</style>
background-color css
<style>
a { background-color: #DAF3D3; }
a { background-color: rgb(218,243,211); }
div.DivClassName
{
background-color: #DAF3D3;
}
.BgClassName
{
background-color: #DAF3D3;
}
</style>
border-color css
<style>
span { border-color: #DAF3D3; }
span { border-color: rgb(218,243,211); }
td.TdClassName
{
border-color: #DAF3D3;
}
.TagClassName
{
border-color: #DAF3D3;
}
</style>