Shades of Tranquil #DAEFEB
Tints of Tranquil #DAEFEB
RGB
CMYK
RGB Variations
Color information
#DAEFEB (or 0xDAEFEB) is known color: Tranquil. HEX triplet: DA, EF and EB. RGB value is (218,239,235). Sum of RGB (Red+Green+Blue) = 218+239+235=692 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.50% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEFEB is #251014. Grayscale: #E8E8E8. Windows color (decimal): -2428949 or 15462362. OLE color: 15462362.
HSL color Cylindrical-coordinate representation of color #DAEFEB: hue angle of 168.57º 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 #DAEFEB is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 239 | 235 | - |
CMYK | 0.09 | 0 | 0.02 | 0.06 |
HSL | 168.57º | 0.4% | 0.9% | - |
HSV(B) | 168.57º | 0.09% | 0.94% | - |
XYZ | 74.78 | 82.64 | 90.61 | - |
YUV | 232.27 | 129.54 | 117.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 239 | 235 | 0.09 | 0 | 0.02 | 0.06 | 168.57 | 0.4 | 0.9 |
Hex | DA | EF | EB | 9 | 0 | 2 | 6 | A9 | 28 | 5A |
Octal | 332 | 357 | 353 | 11 | 0 | 2 | 6 | 251 | 50 | 132 |
Binary | 11011010 | 11101111 | 11101011 | 1001 | 0 | 10 | 110 | 10101001 | 101000 | 1011010 |
Color Harmonies of #DAEFEB
Complementary color
Monochromatic Colors of #DAEFEB
Black with #DAEFEB
Text Example
Text Example
White with #DAEFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEFEB; }
p { color: rgb(218,239,235); }
H1.HeaderClassName
{
color: #DAEFEB;
}
.AnyTagClassName
{
color: #DAEFEB;
}
</style>
background-color css
<style>
a { background-color: #DAEFEB; }
a { background-color: rgb(218,239,235); }
div.DivClassName
{
background-color: #DAEFEB;
}
.BgClassName
{
background-color: #DAEFEB;
}
</style>
border-color css
<style>
span { border-color: #DAEFEB; }
span { border-color: rgb(218,239,235); }
td.TdClassName
{
border-color: #DAEFEB;
}
.TagClassName
{
border-color: #DAEFEB;
}
</style>