Shades of Mabel #C5DEDF
Tints of Mabel #C5DEDF
RGB
CMYK
RGB Variations
Color information
#C5DEDF (or 0xC5DEDF) is known color: Mabel. HEX triplet: C5, DE and DF. RGB value is (197,222,223). Sum of RGB (Red+Green+Blue) = 197+222+223=642 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.69% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5DEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DEDF is #3A2120. Grayscale: #D6D6D6. Windows color (decimal): -3809569 or 14671557. OLE color: 14671557.
HSL color Cylindrical-coordinate representation of color #C5DEDF: hue angle of 182.31º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5DEDF is Cyan = 0.12, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 222 | 223 | - |
CMYK | 0.12 | 0.00 | 0 | 0.13 |
HSL | 182.31º | 0.29% | 0.82% | - |
HSV(B) | 182.31º | 0.12% | 0.87% | - |
XYZ | 62.47 | 69.44 | 79.92 | - |
YUV | 214.64 | 132.72 | 115.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 222 | 223 | 0.12 | 0.00 | 0 | 0.13 | 182.31 | 0.29 | 0.82 |
Hex | C5 | DE | DF | C | 0 | 0 | D | B6 | 1D | 52 |
Octal | 305 | 336 | 337 | 14 | 0 | 0 | 15 | 266 | 35 | 122 |
Binary | 11000101 | 11011110 | 11011111 | 1100 | 0 | 0 | 1101 | 10110110 | 11101 | 1010010 |
Color Harmonies of #C5DEDF
Complementary color
Monochromatic Colors of #C5DEDF
Black with #C5DEDF
Text Example
Text Example
White with #C5DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DEDF; }
p { color: rgb(197,222,223); }
H1.HeaderClassName
{
color: #C5DEDF;
}
.AnyTagClassName
{
color: #C5DEDF;
}
</style>
background-color css
<style>
a { background-color: #C5DEDF; }
a { background-color: rgb(197,222,223); }
div.DivClassName
{
background-color: #C5DEDF;
}
.BgClassName
{
background-color: #C5DEDF;
}
</style>
border-color css
<style>
span { border-color: #C5DEDF; }
span { border-color: rgb(197,222,223); }
td.TdClassName
{
border-color: #C5DEDF;
}
.TagClassName
{
border-color: #C5DEDF;
}
</style>