Shades of Tranquil #DAFCF5
Tints of Tranquil #DAFCF5
RGB
CMYK
RGB Variations
Color information
#DAFCF5 (or 0xDAFCF5) is known color: Tranquil. HEX triplet: DA, FC and F5. RGB value is (218,252,245). Sum of RGB (Red+Green+Blue) = 218+252+245=715 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.49% from 715); Green value is 252 (98.83% from 255 or 35.24% from 715); Blue value is 245 (96.09% from 255 or 34.27% from 715); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFCF5 is #25030A. Grayscale: #F1F1F1. Windows color (decimal): -2425611 or 16121050. OLE color: 16121050.
HSL color Cylindrical-coordinate representation of color #DAFCF5: hue angle of 167.65º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAFCF5 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 252 | 245 | - |
CMYK | 0.13 | 0 | 0.03 | 0.01 |
HSL | 167.65º | 0.85% | 0.92% | - |
HSV(B) | 167.65º | 0.13% | 0.99% | - |
XYZ | 80.21 | 91.12 | 99.75 | - |
YUV | 241.04 | 130.24 | 111.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 252 | 245 | 0.13 | 0 | 0.03 | 0.01 | 167.65 | 0.85 | 0.92 |
Hex | DA | FC | F5 | D | 0 | 3 | 1 | A8 | 55 | 5C |
Octal | 332 | 374 | 365 | 15 | 0 | 3 | 1 | 250 | 125 | 134 |
Binary | 11011010 | 11111100 | 11110101 | 1101 | 0 | 11 | 1 | 10101000 | 1010101 | 1011100 |
Color Harmonies of #DAFCF5
Complementary color
Monochromatic Colors of #DAFCF5
Black with #DAFCF5
Text Example
Text Example
White with #DAFCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFCF5; }
p { color: rgb(218,252,245); }
H1.HeaderClassName
{
color: #DAFCF5;
}
.AnyTagClassName
{
color: #DAFCF5;
}
</style>
background-color css
<style>
a { background-color: #DAFCF5; }
a { background-color: rgb(218,252,245); }
div.DivClassName
{
background-color: #DAFCF5;
}
.BgClassName
{
background-color: #DAFCF5;
}
</style>
border-color css
<style>
span { border-color: #DAFCF5; }
span { border-color: rgb(218,252,245); }
td.TdClassName
{
border-color: #DAFCF5;
}
.TagClassName
{
border-color: #DAFCF5;
}
</style>