Shades of Periwinkle #CCCEE1
Tints of Periwinkle #CCCEE1
RGB
CMYK
RGB Variations
Color information
#CCCEE1 (or 0xCCCEE1) is known color: Periwinkle. HEX triplet: CC, CE and E1. RGB value is (204,206,225). Sum of RGB (Red+Green+Blue) = 204+206+225=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCCEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEE1 is #33311E. Grayscale: #CFCFCF. Windows color (decimal): -3354911 or 14798540. OLE color: 14798540.
HSL color Cylindrical-coordinate representation of color #CCCEE1: hue angle of 234.29º 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 #CCCEE1 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 206 | 225 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.12 |
| HSL | 234.29º | 0.26% | 0.84% | - |
| HSV(B) | 234.29º | 0.09% | 0.88% | - |
| XYZ | 60.56 | 62.42 | 80.09 | - |
| YUV | 207.57 | 137.84 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 225 | 0.09 | 0.08 | 0 | 0.12 | 234.29 | 0.26 | 0.84 |
| Hex | CC | CE | E1 | 9 | 8 | 0 | C | EA | 1A | 54 |
| Octal | 314 | 316 | 341 | 11 | 10 | 0 | 14 | 352 | 32 | 124 |
| Binary | 11001100 | 11001110 | 11100001 | 1001 | 1000 | 0 | 1100 | 11101010 | 11010 | 1010100 |
Color Harmonies of #CCCEE1
Complementary color
Monochromatic Colors of #CCCEE1
Black with #CCCEE1
Text Example
Text Example
White with #CCCEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEE1; }
p { color: rgb(204,206,225); }
H1.HeaderClassName
{
color: #CCCEE1;
}
.AnyTagClassName
{
color: #CCCEE1;
}
</style>
background-color css
<style>
a { background-color: #CCCEE1; }
a { background-color: rgb(204,206,225); }
div.DivClassName
{
background-color: #CCCEE1;
}
.BgClassName
{
background-color: #CCCEE1;
}
</style>
border-color css
<style>
span { border-color: #CCCEE1; }
span { border-color: rgb(204,206,225); }
td.TdClassName
{
border-color: #CCCEE1;
}
.TagClassName
{
border-color: #CCCEE1;
}
</style>