Shades of Periwinkle #CCCDDD
Tints of Periwinkle #CCCDDD
RGB
CMYK
RGB Variations
Color information
#CCCDDD (or 0xCCCDDD) is known color: Periwinkle. HEX triplet: CC, CD and DD. RGB value is (204,205,221). Sum of RGB (Red+Green+Blue) = 204+205+221=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCCDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDDD is #333222. Grayscale: #CECECE. Windows color (decimal): -3355171 or 14536140. OLE color: 14536140.
HSL color Cylindrical-coordinate representation of color #CCCDDD: hue angle of 236.47º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCCDDD is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 205 | 221 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.13 |
| HSL | 236.47º | 0.2% | 0.83% | - |
| HSV(B) | 236.47º | 0.08% | 0.87% | - |
| XYZ | 59.78 | 61.72 | 77.17 | - |
| YUV | 206.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 221 | 0.08 | 0.07 | 0 | 0.13 | 236.47 | 0.2 | 0.83 |
| Hex | CC | CD | DD | 8 | 7 | 0 | D | EC | 14 | 53 |
| Octal | 314 | 315 | 335 | 10 | 7 | 0 | 15 | 354 | 24 | 123 |
| Binary | 11001100 | 11001101 | 11011101 | 1000 | 111 | 0 | 1101 | 11101100 | 10100 | 1010011 |
Color Harmonies of #CCCDDD
Complementary color
Monochromatic Colors of #CCCDDD
Black with #CCCDDD
Text Example
Text Example
White with #CCCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDDD; }
p { color: rgb(204,205,221); }
H1.HeaderClassName
{
color: #CCCDDD;
}
.AnyTagClassName
{
color: #CCCDDD;
}
</style>
background-color css
<style>
a { background-color: #CCCDDD; }
a { background-color: rgb(204,205,221); }
div.DivClassName
{
background-color: #CCCDDD;
}
.BgClassName
{
background-color: #CCCDDD;
}
</style>
border-color css
<style>
span { border-color: #CCCDDD; }
span { border-color: rgb(204,205,221); }
td.TdClassName
{
border-color: #CCCDDD;
}
.TagClassName
{
border-color: #CCCDDD;
}
</style>