Shades of Mabel #CFE2E5
Tints of Mabel #CFE2E5
RGB
CMYK
RGB Variations
Color information
#CFE2E5 (or 0xCFE2E5) is known color: Mabel. HEX triplet: CF, E2 and E5. RGB value is (207,226,229). Sum of RGB (Red+Green+Blue) = 207+226+229=662 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.27% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFE2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE2E5 is #301D1A. Grayscale: #DCDCDC. Windows color (decimal): -3153179 or 15065807. OLE color: 15065807.
HSL color Cylindrical-coordinate representation of color #CFE2E5: hue angle of 188.18º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE2E5 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 207 | 226 | 229 | - |
CMYK | 0.10 | 0.01 | 0 | 0.10 |
HSL | 188.18º | 0.3% | 0.85% | - |
HSV(B) | 188.18º | 0.1% | 0.9% | - |
XYZ | 67.07 | 73.32 | 84.74 | - |
YUV | 220.66 | 132.71 | 118.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 226 | 229 | 0.10 | 0.01 | 0 | 0.10 | 188.18 | 0.3 | 0.85 |
Hex | CF | E2 | E5 | A | 1 | 0 | A | BC | 1E | 55 |
Octal | 317 | 342 | 345 | 12 | 1 | 0 | 12 | 274 | 36 | 125 |
Binary | 11001111 | 11100010 | 11100101 | 1010 | 1 | 0 | 1010 | 10111100 | 11110 | 1010101 |
Color Harmonies of #CFE2E5
Complementary color
Monochromatic Colors of #CFE2E5
Black with #CFE2E5
Text Example
Text Example
White with #CFE2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE2E5; }
p { color: rgb(207,226,229); }
H1.HeaderClassName
{
color: #CFE2E5;
}
.AnyTagClassName
{
color: #CFE2E5;
}
</style>
background-color css
<style>
a { background-color: #CFE2E5; }
a { background-color: rgb(207,226,229); }
div.DivClassName
{
background-color: #CFE2E5;
}
.BgClassName
{
background-color: #CFE2E5;
}
</style>
border-color css
<style>
span { border-color: #CFE2E5; }
span { border-color: rgb(207,226,229); }
td.TdClassName
{
border-color: #CFE2E5;
}
.TagClassName
{
border-color: #CFE2E5;
}
</style>