Shades of Periwinkle #CCCEDE
Tints of Periwinkle #CCCEDE
RGB
CMYK
RGB Variations
Color information
#CCCEDE (or 0xCCCEDE) is known color: Periwinkle. HEX triplet: CC, CE and DE. RGB value is (204,206,222). Sum of RGB (Red+Green+Blue) = 204+206+222=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCCEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEDE is #333121. Grayscale: #CFCFCF. Windows color (decimal): -3354914 or 14601932. OLE color: 14601932.
HSL color Cylindrical-coordinate representation of color #CCCEDE: hue angle of 233.33º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCCEDE is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 206 | 222 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.13 |
| HSL | 233.33º | 0.21% | 0.84% | - |
| HSV(B) | 233.33º | 0.08% | 0.87% | - |
| XYZ | 60.16 | 62.25 | 77.95 | - |
| YUV | 207.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 222 | 0.08 | 0.07 | 0 | 0.13 | 233.33 | 0.21 | 0.84 |
| Hex | CC | CE | DE | 8 | 7 | 0 | D | E9 | 15 | 54 |
| Octal | 314 | 316 | 336 | 10 | 7 | 0 | 15 | 351 | 25 | 124 |
| Binary | 11001100 | 11001110 | 11011110 | 1000 | 111 | 0 | 1101 | 11101001 | 10101 | 1010100 |
Color Harmonies of #CCCEDE
Complementary color
Monochromatic Colors of #CCCEDE
Black with #CCCEDE
Text Example
Text Example
White with #CCCEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEDE; }
p { color: rgb(204,206,222); }
H1.HeaderClassName
{
color: #CCCEDE;
}
.AnyTagClassName
{
color: #CCCEDE;
}
</style>
background-color css
<style>
a { background-color: #CCCEDE; }
a { background-color: rgb(204,206,222); }
div.DivClassName
{
background-color: #CCCEDE;
}
.BgClassName
{
background-color: #CCCEDE;
}
</style>
border-color css
<style>
span { border-color: #CCCEDE; }
span { border-color: rgb(204,206,222); }
td.TdClassName
{
border-color: #CCCEDE;
}
.TagClassName
{
border-color: #CCCEDE;
}
</style>