Shades of Tranquil #DCEDEB
Tints of Tranquil #DCEDEB
RGB
CMYK
RGB Variations
Color information
#DCEDEB (or 0xDCEDEB) is known color: Tranquil. HEX triplet: DC, ED and EB. RGB value is (220,237,235). Sum of RGB (Red+Green+Blue) = 220+237+235=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDEB is #231214. Grayscale: #E7E7E7. Windows color (decimal): -2298389 or 15461852. OLE color: 15461852.
HSL color Cylindrical-coordinate representation of color #DCEDEB: hue angle of 172.94º degrees, saturation: 0.32, 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 #DCEDEB is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 237 | 235 | - |
CMYK | 0.07 | 0 | 0.01 | 0.07 |
HSL | 172.94º | 0.32% | 0.9% | - |
HSV(B) | 172.94º | 0.07% | 0.93% | - |
XYZ | 74.79 | 81.78 | 90.44 | - |
YUV | 231.69 | 129.87 | 119.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 237 | 235 | 0.07 | 0 | 0.01 | 0.07 | 172.94 | 0.32 | 0.9 |
Hex | DC | ED | EB | 7 | 0 | 1 | 7 | AD | 20 | 5A |
Octal | 334 | 355 | 353 | 7 | 0 | 1 | 7 | 255 | 40 | 132 |
Binary | 11011100 | 11101101 | 11101011 | 111 | 0 | 1 | 111 | 10101101 | 100000 | 1011010 |
Color Harmonies of #DCEDEB
Complementary color
Monochromatic Colors of #DCEDEB
Black with #DCEDEB
Text Example
Text Example
White with #DCEDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDEB; }
p { color: rgb(220,237,235); }
H1.HeaderClassName
{
color: #DCEDEB;
}
.AnyTagClassName
{
color: #DCEDEB;
}
</style>
background-color css
<style>
a { background-color: #DCEDEB; }
a { background-color: rgb(220,237,235); }
div.DivClassName
{
background-color: #DCEDEB;
}
.BgClassName
{
background-color: #DCEDEB;
}
</style>
border-color css
<style>
span { border-color: #DCEDEB; }
span { border-color: rgb(220,237,235); }
td.TdClassName
{
border-color: #DCEDEB;
}
.TagClassName
{
border-color: #DCEDEB;
}
</style>