Shades of Mabel #C2DFDE
Tints of Mabel #C2DFDE
RGB
CMYK
RGB Variations
Color information
#C2DFDE (or 0xC2DFDE) is known color: Mabel. HEX triplet: C2, DF and DE. RGB value is (194,223,222). Sum of RGB (Red+Green+Blue) = 194+223+222=639 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.36% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFDE is #3D2021. Grayscale: #D6D6D6. Windows color (decimal): -4005922 or 14606274. OLE color: 14606274.
HSL color Cylindrical-coordinate representation of color #C2DFDE: hue angle of 177.93º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2DFDE is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 223 | 222 | - |
| CMYK | 0.13 | 0 | 0.00 | 0.13 |
| HSL | 177.93º | 0.31% | 0.82% | - |
| HSV(B) | 177.93º | 0.13% | 0.87% | - |
| XYZ | 61.82 | 69.52 | 79.27 | - |
| YUV | 214.22 | 132.39 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 223 | 222 | 0.13 | 0 | 0.00 | 0.13 | 177.93 | 0.31 | 0.82 |
| Hex | C2 | DF | DE | D | 0 | 0 | D | B2 | 1F | 52 |
| Octal | 302 | 337 | 336 | 15 | 0 | 0 | 15 | 262 | 37 | 122 |
| Binary | 11000010 | 11011111 | 11011110 | 1101 | 0 | 0 | 1101 | 10110010 | 11111 | 1010010 |
Color Harmonies of #C2DFDE
Complementary color
Monochromatic Colors of #C2DFDE
Black with #C2DFDE
Text Example
Text Example
White with #C2DFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DFDE; }
p { color: rgb(194,223,222); }
H1.HeaderClassName
{
color: #C2DFDE;
}
.AnyTagClassName
{
color: #C2DFDE;
}
</style>
background-color css
<style>
a { background-color: #C2DFDE; }
a { background-color: rgb(194,223,222); }
div.DivClassName
{
background-color: #C2DFDE;
}
.BgClassName
{
background-color: #C2DFDE;
}
</style>
border-color css
<style>
span { border-color: #C2DFDE; }
span { border-color: rgb(194,223,222); }
td.TdClassName
{
border-color: #C2DFDE;
}
.TagClassName
{
border-color: #C2DFDE;
}
</style>