Shades of Periwinkle #CCCFE9
Tints of Periwinkle #CCCFE9
RGB
CMYK
RGB Variations
Color information
#CCCFE9 (or 0xCCCFE9) is known color: Periwinkle. HEX triplet: CC, CF and E9. RGB value is (204,207,233). Sum of RGB (Red+Green+Blue) = 204+207+233=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCCFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFE9 is #333016. Grayscale: #D0D0D0. Windows color (decimal): -3354647 or 15323084. OLE color: 15323084.
HSL color Cylindrical-coordinate representation of color #CCCFE9: hue angle of 233.79º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCCFE9 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 207 | 233 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.09 |
| HSL | 233.79º | 0.4% | 0.86% | - |
| HSV(B) | 233.79º | 0.12% | 0.91% | - |
| XYZ | 61.92 | 63.35 | 86.05 | - |
| YUV | 209.07 | 141.51 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 233 | 0.12 | 0.11 | 0 | 0.09 | 233.79 | 0.4 | 0.86 |
| Hex | CC | CF | E9 | C | B | 0 | 9 | EA | 28 | 56 |
| Octal | 314 | 317 | 351 | 14 | 13 | 0 | 11 | 352 | 50 | 126 |
| Binary | 11001100 | 11001111 | 11101001 | 1100 | 1011 | 0 | 1001 | 11101010 | 101000 | 1010110 |
Color Harmonies of #CCCFE9
Complementary color
Monochromatic Colors of #CCCFE9
Black with #CCCFE9
Text Example
Text Example
White with #CCCFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFE9; }
p { color: rgb(204,207,233); }
H1.HeaderClassName
{
color: #CCCFE9;
}
.AnyTagClassName
{
color: #CCCFE9;
}
</style>
background-color css
<style>
a { background-color: #CCCFE9; }
a { background-color: rgb(204,207,233); }
div.DivClassName
{
background-color: #CCCFE9;
}
.BgClassName
{
background-color: #CCCFE9;
}
</style>
border-color css
<style>
span { border-color: #CCCFE9; }
span { border-color: rgb(204,207,233); }
td.TdClassName
{
border-color: #CCCFE9;
}
.TagClassName
{
border-color: #CCCFE9;
}
</style>