Shades of Periwinkle #CCCEE4
Tints of Periwinkle #CCCEE4
RGB
CMYK
RGB Variations
Color information
#CCCEE4 (or 0xCCCEE4) is known color: Periwinkle. HEX triplet: CC, CE and E4. RGB value is (204,206,228). Sum of RGB (Red+Green+Blue) = 204+206+228=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCCEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEE4 is #33311B. Grayscale: #CFCFCF. Windows color (decimal): -3354908 or 14995148. OLE color: 14995148.
HSL color Cylindrical-coordinate representation of color #CCCEE4: hue angle of 235º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCCEE4 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 206 | 228 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.11 |
| HSL | 235º | 0.31% | 0.85% | - |
| HSV(B) | 235º | 0.11% | 0.89% | - |
| XYZ | 60.98 | 62.58 | 82.26 | - |
| YUV | 207.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 228 | 0.11 | 0.10 | 0 | 0.11 | 235 | 0.31 | 0.85 |
| Hex | CC | CE | E4 | B | A | 0 | B | EB | 1F | 55 |
| Octal | 314 | 316 | 344 | 13 | 12 | 0 | 13 | 353 | 37 | 125 |
| Binary | 11001100 | 11001110 | 11100100 | 1011 | 1010 | 0 | 1011 | 11101011 | 11111 | 1010101 |
Color Harmonies of #CCCEE4
Complementary color
Monochromatic Colors of #CCCEE4
Black with #CCCEE4
Text Example
Text Example
White with #CCCEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEE4; }
p { color: rgb(204,206,228); }
H1.HeaderClassName
{
color: #CCCEE4;
}
.AnyTagClassName
{
color: #CCCEE4;
}
</style>
background-color css
<style>
a { background-color: #CCCEE4; }
a { background-color: rgb(204,206,228); }
div.DivClassName
{
background-color: #CCCEE4;
}
.BgClassName
{
background-color: #CCCEE4;
}
</style>
border-color css
<style>
span { border-color: #CCCEE4; }
span { border-color: rgb(204,206,228); }
td.TdClassName
{
border-color: #CCCEE4;
}
.TagClassName
{
border-color: #CCCEE4;
}
</style>