Shades of Tranquil #DCF0ED
Tints of Tranquil #DCF0ED
RGB
CMYK
RGB Variations
Color information
#DCF0ED (or 0xDCF0ED) is known color: Tranquil. HEX triplet: DC, F0 and ED. RGB value is (220,240,237). Sum of RGB (Red+Green+Blue) = 220+240+237=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF0ED is #230F12. Grayscale: #E9E9E9. Windows color (decimal): -2297619 or 15593692. OLE color: 15593692.
HSL color Cylindrical-coordinate representation of color #DCF0ED: hue angle of 171º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCF0ED is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 240 | 237 | - |
CMYK | 0.08 | 0 | 0.01 | 0.06 |
HSL | 171º | 0.4% | 0.9% | - |
HSV(B) | 171º | 0.08% | 0.94% | - |
XYZ | 75.96 | 83.65 | 92.26 | - |
YUV | 233.68 | 129.87 | 118.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 240 | 237 | 0.08 | 0 | 0.01 | 0.06 | 171 | 0.4 | 0.9 |
Hex | DC | F0 | ED | 8 | 0 | 1 | 6 | AB | 28 | 5A |
Octal | 334 | 360 | 355 | 10 | 0 | 1 | 6 | 253 | 50 | 132 |
Binary | 11011100 | 11110000 | 11101101 | 1000 | 0 | 1 | 110 | 10101011 | 101000 | 1011010 |
Color Harmonies of #DCF0ED
Complementary color
Monochromatic Colors of #DCF0ED
Black with #DCF0ED
Text Example
Text Example
White with #DCF0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0ED; }
p { color: rgb(220,240,237); }
H1.HeaderClassName
{
color: #DCF0ED;
}
.AnyTagClassName
{
color: #DCF0ED;
}
</style>
background-color css
<style>
a { background-color: #DCF0ED; }
a { background-color: rgb(220,240,237); }
div.DivClassName
{
background-color: #DCF0ED;
}
.BgClassName
{
background-color: #DCF0ED;
}
</style>
border-color css
<style>
span { border-color: #DCF0ED; }
span { border-color: rgb(220,240,237); }
td.TdClassName
{
border-color: #DCF0ED;
}
.TagClassName
{
border-color: #DCF0ED;
}
</style>