Shades of Periwinkle #CCCFDF
Tints of Periwinkle #CCCFDF
RGB
CMYK
RGB Variations
Color information
#CCCFDF (or 0xCCCFDF) is known color: Periwinkle. HEX triplet: CC, CF and DF. RGB value is (204,207,223). Sum of RGB (Red+Green+Blue) = 204+207+223=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCCFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFDF is #333020. Grayscale: #CFCFCF. Windows color (decimal): -3354657 or 14667724. OLE color: 14667724.
HSL color Cylindrical-coordinate representation of color #CCCFDF: hue angle of 230.53º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCCFDF is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 207 | 223 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.13 |
| HSL | 230.53º | 0.23% | 0.84% | - |
| HSV(B) | 230.53º | 0.09% | 0.87% | - |
| XYZ | 60.53 | 62.79 | 78.74 | - |
| YUV | 207.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 223 | 0.09 | 0.07 | 0 | 0.13 | 230.53 | 0.23 | 0.84 |
| Hex | CC | CF | DF | 9 | 7 | 0 | D | E7 | 17 | 54 |
| Octal | 314 | 317 | 337 | 11 | 7 | 0 | 15 | 347 | 27 | 124 |
| Binary | 11001100 | 11001111 | 11011111 | 1001 | 111 | 0 | 1101 | 11100111 | 10111 | 1010100 |
Color Harmonies of #CCCFDF
Complementary color
Monochromatic Colors of #CCCFDF
Black with #CCCFDF
Text Example
Text Example
White with #CCCFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFDF; }
p { color: rgb(204,207,223); }
H1.HeaderClassName
{
color: #CCCFDF;
}
.AnyTagClassName
{
color: #CCCFDF;
}
</style>
background-color css
<style>
a { background-color: #CCCFDF; }
a { background-color: rgb(204,207,223); }
div.DivClassName
{
background-color: #CCCFDF;
}
.BgClassName
{
background-color: #CCCFDF;
}
</style>
border-color css
<style>
span { border-color: #CCCFDF; }
span { border-color: rgb(204,207,223); }
td.TdClassName
{
border-color: #CCCFDF;
}
.TagClassName
{
border-color: #CCCFDF;
}
</style>