Shades of Periwinkle #CCCFE8
Tints of Periwinkle #CCCFE8
RGB
CMYK
RGB Variations
Color information
#CCCFE8 (or 0xCCCFE8) is known color: Periwinkle. HEX triplet: CC, CF and E8. RGB value is (204,207,232). Sum of RGB (Red+Green+Blue) = 204+207+232=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCCFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFE8 is #333017. Grayscale: #D0D0D0. Windows color (decimal): -3354648 or 15257548. OLE color: 15257548.
HSL color Cylindrical-coordinate representation of color #CCCFE8: hue angle of 233.57º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCCFE8 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 207 | 232 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.09 |
| HSL | 233.57º | 0.38% | 0.85% | - |
| HSV(B) | 233.57º | 0.12% | 0.91% | - |
| XYZ | 61.78 | 63.29 | 85.3 | - |
| YUV | 208.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 232 | 0.12 | 0.11 | 0 | 0.09 | 233.57 | 0.38 | 0.85 |
| Hex | CC | CF | E8 | C | B | 0 | 9 | EA | 26 | 55 |
| Octal | 314 | 317 | 350 | 14 | 13 | 0 | 11 | 352 | 46 | 125 |
| Binary | 11001100 | 11001111 | 11101000 | 1100 | 1011 | 0 | 1001 | 11101010 | 100110 | 1010101 |
Color Harmonies of #CCCFE8
Complementary color
Monochromatic Colors of #CCCFE8
Black with #CCCFE8
Text Example
Text Example
White with #CCCFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFE8; }
p { color: rgb(204,207,232); }
H1.HeaderClassName
{
color: #CCCFE8;
}
.AnyTagClassName
{
color: #CCCFE8;
}
</style>
background-color css
<style>
a { background-color: #CCCFE8; }
a { background-color: rgb(204,207,232); }
div.DivClassName
{
background-color: #CCCFE8;
}
.BgClassName
{
background-color: #CCCFE8;
}
</style>
border-color css
<style>
span { border-color: #CCCFE8; }
span { border-color: rgb(204,207,232); }
td.TdClassName
{
border-color: #CCCFE8;
}
.TagClassName
{
border-color: #CCCFE8;
}
</style>