Shades of Tranquil #DAEFEC
Tints of Tranquil #DAEFEC
RGB
CMYK
RGB Variations
Color information
#DAEFEC (or 0xDAEFEC) is known color: Tranquil. HEX triplet: DA, EF and EC. RGB value is (218,239,236). Sum of RGB (Red+Green+Blue) = 218+239+236=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEFEC is #251013. Grayscale: #E8E8E8. Windows color (decimal): -2428948 or 15527898. OLE color: 15527898.
HSL color Cylindrical-coordinate representation of color #DAEFEC: hue angle of 171.43º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAEFEC is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 239 | 236 | - |
CMYK | 0.09 | 0 | 0.01 | 0.06 |
HSL | 171.43º | 0.4% | 0.9% | - |
HSV(B) | 171.43º | 0.09% | 0.94% | - |
XYZ | 74.92 | 82.69 | 91.37 | - |
YUV | 232.38 | 130.04 | 117.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 239 | 236 | 0.09 | 0 | 0.01 | 0.06 | 171.43 | 0.4 | 0.9 |
Hex | DA | EF | EC | 9 | 0 | 1 | 6 | AB | 28 | 5A |
Octal | 332 | 357 | 354 | 11 | 0 | 1 | 6 | 253 | 50 | 132 |
Binary | 11011010 | 11101111 | 11101100 | 1001 | 0 | 1 | 110 | 10101011 | 101000 | 1011010 |
Color Harmonies of #DAEFEC
Complementary color
Monochromatic Colors of #DAEFEC
Black with #DAEFEC
Text Example
Text Example
White with #DAEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEFEC; }
p { color: rgb(218,239,236); }
H1.HeaderClassName
{
color: #DAEFEC;
}
.AnyTagClassName
{
color: #DAEFEC;
}
</style>
background-color css
<style>
a { background-color: #DAEFEC; }
a { background-color: rgb(218,239,236); }
div.DivClassName
{
background-color: #DAEFEC;
}
.BgClassName
{
background-color: #DAEFEC;
}
</style>
border-color css
<style>
span { border-color: #DAEFEC; }
span { border-color: rgb(218,239,236); }
td.TdClassName
{
border-color: #DAEFEC;
}
.TagClassName
{
border-color: #DAEFEC;
}
</style>