Shades of Periwinkle #CCCEE5
Tints of Periwinkle #CCCEE5
RGB
CMYK
RGB Variations
Color information
#CCCEE5 (or 0xCCCEE5) is known color: Periwinkle. HEX triplet: CC, CE and E5. RGB value is (204,206,229). Sum of RGB (Red+Green+Blue) = 204+206+229=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCCEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEE5 is #33311A. Grayscale: #CFCFCF. Windows color (decimal): -3354907 or 15060684. OLE color: 15060684.
HSL color Cylindrical-coordinate representation of color #CCCEE5: hue angle of 235.2º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCCEE5 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 206 | 229 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.10 |
| HSL | 235.2º | 0.32% | 0.85% | - |
| HSV(B) | 235.2º | 0.11% | 0.9% | - |
| XYZ | 61.12 | 62.64 | 83 | - |
| YUV | 208.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 229 | 0.11 | 0.10 | 0 | 0.10 | 235.2 | 0.32 | 0.85 |
| Hex | CC | CE | E5 | B | A | 0 | A | EB | 20 | 55 |
| Octal | 314 | 316 | 345 | 13 | 12 | 0 | 12 | 353 | 40 | 125 |
| Binary | 11001100 | 11001110 | 11100101 | 1011 | 1010 | 0 | 1010 | 11101011 | 100000 | 1010101 |
Color Harmonies of #CCCEE5
Complementary color
Monochromatic Colors of #CCCEE5
Black with #CCCEE5
Text Example
Text Example
White with #CCCEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEE5; }
p { color: rgb(204,206,229); }
H1.HeaderClassName
{
color: #CCCEE5;
}
.AnyTagClassName
{
color: #CCCEE5;
}
</style>
background-color css
<style>
a { background-color: #CCCEE5; }
a { background-color: rgb(204,206,229); }
div.DivClassName
{
background-color: #CCCEE5;
}
.BgClassName
{
background-color: #CCCEE5;
}
</style>
border-color css
<style>
span { border-color: #CCCEE5; }
span { border-color: rgb(204,206,229); }
td.TdClassName
{
border-color: #CCCEE5;
}
.TagClassName
{
border-color: #CCCEE5;
}
</style>