Shades of Tranquil #DDEEEB
Tints of Tranquil #DDEEEB
RGB
CMYK
RGB Variations
Color information
#DDEEEB (or 0xDDEEEB) is known color: Tranquil. HEX triplet: DD, EE and EB. RGB value is (221,238,235). Sum of RGB (Red+Green+Blue) = 221+238+235=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEEB is #221114. Grayscale: #E8E8E8. Windows color (decimal): -2232597 or 15462109. OLE color: 15462109.
HSL color Cylindrical-coordinate representation of color #DDEEEB: hue angle of 169.41º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEEEB is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 238 | 235 | - |
CMYK | 0.07 | 0 | 0.01 | 0.07 |
HSL | 169.41º | 0.33% | 0.9% | - |
HSV(B) | 169.41º | 0.07% | 0.93% | - |
XYZ | 75.39 | 82.52 | 90.55 | - |
YUV | 232.58 | 129.37 | 119.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 235 | 0.07 | 0 | 0.01 | 0.07 | 169.41 | 0.33 | 0.9 |
Hex | DD | EE | EB | 7 | 0 | 1 | 7 | A9 | 21 | 5A |
Octal | 335 | 356 | 353 | 7 | 0 | 1 | 7 | 251 | 41 | 132 |
Binary | 11011101 | 11101110 | 11101011 | 111 | 0 | 1 | 111 | 10101001 | 100001 | 1011010 |
Color Harmonies of #DDEEEB
Complementary color
Monochromatic Colors of #DDEEEB
Black with #DDEEEB
Text Example
Text Example
White with #DDEEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEEB; }
p { color: rgb(221,238,235); }
H1.HeaderClassName
{
color: #DDEEEB;
}
.AnyTagClassName
{
color: #DDEEEB;
}
</style>
background-color css
<style>
a { background-color: #DDEEEB; }
a { background-color: rgb(221,238,235); }
div.DivClassName
{
background-color: #DDEEEB;
}
.BgClassName
{
background-color: #DDEEEB;
}
</style>
border-color css
<style>
span { border-color: #DDEEEB; }
span { border-color: rgb(221,238,235); }
td.TdClassName
{
border-color: #DDEEEB;
}
.TagClassName
{
border-color: #DDEEEB;
}
</style>