Shades of Periwinkle #CCCFE1
Tints of Periwinkle #CCCFE1
RGB
CMYK
RGB Variations
Color information
#CCCFE1 (or 0xCCCFE1) is known color: Periwinkle. HEX triplet: CC, CF and E1. RGB value is (204,207,225). Sum of RGB (Red+Green+Blue) = 204+207+225=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCCFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFE1 is #33301E. Grayscale: #D0D0D0. Windows color (decimal): -3354655 or 14798796. OLE color: 14798796.
HSL color Cylindrical-coordinate representation of color #CCCFE1: hue angle of 231.43º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCCFE1 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 207 | 225 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.12 |
| HSL | 231.43º | 0.26% | 0.84% | - |
| HSV(B) | 231.43º | 0.09% | 0.88% | - |
| XYZ | 60.81 | 62.9 | 80.17 | - |
| YUV | 208.16 | 137.51 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 225 | 0.09 | 0.08 | 0 | 0.12 | 231.43 | 0.26 | 0.84 |
| Hex | CC | CF | E1 | 9 | 8 | 0 | C | E7 | 1A | 54 |
| Octal | 314 | 317 | 341 | 11 | 10 | 0 | 14 | 347 | 32 | 124 |
| Binary | 11001100 | 11001111 | 11100001 | 1001 | 1000 | 0 | 1100 | 11100111 | 11010 | 1010100 |
Color Harmonies of #CCCFE1
Complementary color
Monochromatic Colors of #CCCFE1
Black with #CCCFE1
Text Example
Text Example
White with #CCCFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFE1; }
p { color: rgb(204,207,225); }
H1.HeaderClassName
{
color: #CCCFE1;
}
.AnyTagClassName
{
color: #CCCFE1;
}
</style>
background-color css
<style>
a { background-color: #CCCFE1; }
a { background-color: rgb(204,207,225); }
div.DivClassName
{
background-color: #CCCFE1;
}
.BgClassName
{
background-color: #CCCFE1;
}
</style>
border-color css
<style>
span { border-color: #CCCFE1; }
span { border-color: rgb(204,207,225); }
td.TdClassName
{
border-color: #CCCFE1;
}
.TagClassName
{
border-color: #CCCFE1;
}
</style>