Shades of Tranquil #D5EBE6
Tints of Tranquil #D5EBE6
RGB
CMYK
RGB Variations
Color information
#D5EBE6 (or 0xD5EBE6) is known color: Tranquil. HEX triplet: D5, EB and E6. RGB value is (213,235,230). Sum of RGB (Red+Green+Blue) = 213+235+230=678 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.42% from 678); Green value is 235 (92.19% from 255 or 34.66% from 678); Blue value is 230 (90.23% from 255 or 33.92% from 678); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EBE6 is #2A1419. Grayscale: #E3E3E3. Windows color (decimal): -2757658 or 15133653. OLE color: 15133653.
HSL color Cylindrical-coordinate representation of color #D5EBE6: hue angle of 166.36º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5EBE6 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
RGB | 213 | 235 | 230 | - |
CMYK | 0.09 | 0 | 0.02 | 0.08 |
HSL | 166.36º | 0.35% | 0.88% | - |
HSV(B) | 166.36º | 0.09% | 0.92% | - |
XYZ | 71.43 | 79.28 | 86.4 | - |
YUV | 227.85 | 129.21 | 117.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 235 | 230 | 0.09 | 0 | 0.02 | 0.08 | 166.36 | 0.35 | 0.88 |
Hex | D5 | EB | E6 | 9 | 0 | 2 | 8 | A6 | 23 | 58 |
Octal | 325 | 353 | 346 | 11 | 0 | 2 | 10 | 246 | 43 | 130 |
Binary | 11010101 | 11101011 | 11100110 | 1001 | 0 | 10 | 1000 | 10100110 | 100011 | 1011000 |
Color Harmonies of #D5EBE6
Complementary color
Monochromatic Colors of #D5EBE6
Black with #D5EBE6
Text Example
Text Example
White with #D5EBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EBE6; }
p { color: rgb(213,235,230); }
H1.HeaderClassName
{
color: #D5EBE6;
}
.AnyTagClassName
{
color: #D5EBE6;
}
</style>
background-color css
<style>
a { background-color: #D5EBE6; }
a { background-color: rgb(213,235,230); }
div.DivClassName
{
background-color: #D5EBE6;
}
.BgClassName
{
background-color: #D5EBE6;
}
</style>
border-color css
<style>
span { border-color: #D5EBE6; }
span { border-color: rgb(213,235,230); }
td.TdClassName
{
border-color: #D5EBE6;
}
.TagClassName
{
border-color: #D5EBE6;
}
</style>