Shades of Periwinkle #CCCFE0
Tints of Periwinkle #CCCFE0
RGB
CMYK
RGB Variations
Color information
#CCCFE0 (or 0xCCCFE0) is known color: Periwinkle. HEX triplet: CC, CF and E0. RGB value is (204,207,224). Sum of RGB (Red+Green+Blue) = 204+207+224=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCCFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFE0 is #33301F. Grayscale: #CFCFCF. Windows color (decimal): -3354656 or 14733260. OLE color: 14733260.
HSL color Cylindrical-coordinate representation of color #CCCFE0: hue angle of 231º degrees, saturation: 0.24, 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 #CCCFE0 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 207 | 224 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.12 |
| HSL | 231º | 0.24% | 0.84% | - |
| HSV(B) | 231º | 0.09% | 0.88% | - |
| XYZ | 60.67 | 62.84 | 79.45 | - |
| YUV | 208.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 224 | 0.09 | 0.08 | 0 | 0.12 | 231 | 0.24 | 0.84 |
| Hex | CC | CF | E0 | 9 | 8 | 0 | C | E7 | 18 | 54 |
| Octal | 314 | 317 | 340 | 11 | 10 | 0 | 14 | 347 | 30 | 124 |
| Binary | 11001100 | 11001111 | 11100000 | 1001 | 1000 | 0 | 1100 | 11100111 | 11000 | 1010100 |
Color Harmonies of #CCCFE0
Complementary color
Monochromatic Colors of #CCCFE0
Black with #CCCFE0
Text Example
Text Example
White with #CCCFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFE0; }
p { color: rgb(204,207,224); }
H1.HeaderClassName
{
color: #CCCFE0;
}
.AnyTagClassName
{
color: #CCCFE0;
}
</style>
background-color css
<style>
a { background-color: #CCCFE0; }
a { background-color: rgb(204,207,224); }
div.DivClassName
{
background-color: #CCCFE0;
}
.BgClassName
{
background-color: #CCCFE0;
}
</style>
border-color css
<style>
span { border-color: #CCCFE0; }
span { border-color: rgb(204,207,224); }
td.TdClassName
{
border-color: #CCCFE0;
}
.TagClassName
{
border-color: #CCCFE0;
}
</style>