Shades of Tranquil #DCF1ED
Tints of Tranquil #DCF1ED
RGB
CMYK
RGB Variations
Color information
#DCF1ED (or 0xDCF1ED) is known color: Tranquil. HEX triplet: DC, F1 and ED. RGB value is (220,241,237). Sum of RGB (Red+Green+Blue) = 220+241+237=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF1ED is #230E12. Grayscale: #EAEAEA. Windows color (decimal): -2297363 or 15593948. OLE color: 15593948.
HSL color Cylindrical-coordinate representation of color #DCF1ED: hue angle of 168.57º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCF1ED is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 220 | 241 | 237 | - |
CMYK | 0.09 | 0 | 0.02 | 0.05 |
HSL | 168.57º | 0.43% | 0.9% | - |
HSV(B) | 168.57º | 0.09% | 0.95% | - |
XYZ | 76.26 | 84.24 | 92.36 | - |
YUV | 234.27 | 129.54 | 117.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 241 | 237 | 0.09 | 0 | 0.02 | 0.05 | 168.57 | 0.43 | 0.9 |
Hex | DC | F1 | ED | 9 | 0 | 2 | 5 | A9 | 2B | 5A |
Octal | 334 | 361 | 355 | 11 | 0 | 2 | 5 | 251 | 53 | 132 |
Binary | 11011100 | 11110001 | 11101101 | 1001 | 0 | 10 | 101 | 10101001 | 101011 | 1011010 |
Color Harmonies of #DCF1ED
Complementary color
Monochromatic Colors of #DCF1ED
Black with #DCF1ED
Text Example
Text Example
White with #DCF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1ED; }
p { color: rgb(220,241,237); }
H1.HeaderClassName
{
color: #DCF1ED;
}
.AnyTagClassName
{
color: #DCF1ED;
}
</style>
background-color css
<style>
a { background-color: #DCF1ED; }
a { background-color: rgb(220,241,237); }
div.DivClassName
{
background-color: #DCF1ED;
}
.BgClassName
{
background-color: #DCF1ED;
}
</style>
border-color css
<style>
span { border-color: #DCF1ED; }
span { border-color: rgb(220,241,237); }
td.TdClassName
{
border-color: #DCF1ED;
}
.TagClassName
{
border-color: #DCF1ED;
}
</style>