Shades of Tranquil #DAF2ED
Tints of Tranquil #DAF2ED
RGB
CMYK
RGB Variations
Color information
#DAF2ED (or 0xDAF2ED) is known color: Tranquil. HEX triplet: DA, F2 and ED. RGB value is (218,242,237). Sum of RGB (Red+Green+Blue) = 218+242+237=697 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.28% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF2ED is #250D12. Grayscale: #EAEAEA. Windows color (decimal): -2428179 or 15594202. OLE color: 15594202.
HSL color Cylindrical-coordinate representation of color #DAF2ED: hue angle of 167.5º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF2ED is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 242 | 237 | - |
CMYK | 0.10 | 0 | 0.02 | 0.05 |
HSL | 167.5º | 0.48% | 0.9% | - |
HSV(B) | 167.5º | 0.1% | 0.95% | - |
XYZ | 75.95 | 84.52 | 92.43 | - |
YUV | 234.25 | 129.55 | 116.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 242 | 237 | 0.10 | 0 | 0.02 | 0.05 | 167.5 | 0.48 | 0.9 |
Hex | DA | F2 | ED | A | 0 | 2 | 5 | A8 | 30 | 5A |
Octal | 332 | 362 | 355 | 12 | 0 | 2 | 5 | 250 | 60 | 132 |
Binary | 11011010 | 11110010 | 11101101 | 1010 | 0 | 10 | 101 | 10101000 | 110000 | 1011010 |
Color Harmonies of #DAF2ED
Complementary color
Monochromatic Colors of #DAF2ED
Black with #DAF2ED
Text Example
Text Example
White with #DAF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2ED; }
p { color: rgb(218,242,237); }
H1.HeaderClassName
{
color: #DAF2ED;
}
.AnyTagClassName
{
color: #DAF2ED;
}
</style>
background-color css
<style>
a { background-color: #DAF2ED; }
a { background-color: rgb(218,242,237); }
div.DivClassName
{
background-color: #DAF2ED;
}
.BgClassName
{
background-color: #DAF2ED;
}
</style>
border-color css
<style>
span { border-color: #DAF2ED; }
span { border-color: rgb(218,242,237); }
td.TdClassName
{
border-color: #DAF2ED;
}
.TagClassName
{
border-color: #DAF2ED;
}
</style>