Shades of Tranquil #DCEEEB
Tints of Tranquil #DCEEEB
RGB
CMYK
RGB Variations
Color information
#DCEEEB (or 0xDCEEEB) is known color: Tranquil. HEX triplet: DC, EE and EB. RGB value is (220,238,235). Sum of RGB (Red+Green+Blue) = 220+238+235=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEEB is #231114. Grayscale: #E8E8E8. Windows color (decimal): -2298133 or 15462108. OLE color: 15462108.
HSL color Cylindrical-coordinate representation of color #DCEEEB: hue angle of 170º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEEEB is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 238 | 235 | - |
CMYK | 0.08 | 0 | 0.01 | 0.07 |
HSL | 170º | 0.35% | 0.9% | - |
HSV(B) | 170º | 0.08% | 0.93% | - |
XYZ | 75.09 | 82.36 | 90.54 | - |
YUV | 232.28 | 129.54 | 119.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 238 | 235 | 0.08 | 0 | 0.01 | 0.07 | 170 | 0.35 | 0.9 |
Hex | DC | EE | EB | 8 | 0 | 1 | 7 | AA | 23 | 5A |
Octal | 334 | 356 | 353 | 10 | 0 | 1 | 7 | 252 | 43 | 132 |
Binary | 11011100 | 11101110 | 11101011 | 1000 | 0 | 1 | 111 | 10101010 | 100011 | 1011010 |
Color Harmonies of #DCEEEB
Complementary color
Monochromatic Colors of #DCEEEB
Black with #DCEEEB
Text Example
Text Example
White with #DCEEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEEB; }
p { color: rgb(220,238,235); }
H1.HeaderClassName
{
color: #DCEEEB;
}
.AnyTagClassName
{
color: #DCEEEB;
}
</style>
background-color css
<style>
a { background-color: #DCEEEB; }
a { background-color: rgb(220,238,235); }
div.DivClassName
{
background-color: #DCEEEB;
}
.BgClassName
{
background-color: #DCEEEB;
}
</style>
border-color css
<style>
span { border-color: #DCEEEB; }
span { border-color: rgb(220,238,235); }
td.TdClassName
{
border-color: #DCEEEB;
}
.TagClassName
{
border-color: #DCEEEB;
}
</style>