Shades of Periwinkle #CCCDDF
Tints of Periwinkle #CCCDDF
RGB
CMYK
RGB Variations
Color information
#CCCDDF (or 0xCCCDDF) is known color: Periwinkle. HEX triplet: CC, CD and DF. RGB value is (204,205,223). Sum of RGB (Red+Green+Blue) = 204+205+223=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCCDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDDF is #333220. Grayscale: #CECECE. Windows color (decimal): -3355169 or 14667212. OLE color: 14667212.
HSL color Cylindrical-coordinate representation of color #CCCDDF: hue angle of 236.84º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCCDDF is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 205 | 223 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.13 |
| HSL | 236.84º | 0.23% | 0.84% | - |
| HSV(B) | 236.84º | 0.09% | 0.87% | - |
| XYZ | 60.05 | 61.83 | 78.58 | - |
| YUV | 206.75 | 137.17 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 223 | 0.09 | 0.08 | 0 | 0.13 | 236.84 | 0.23 | 0.84 |
| Hex | CC | CD | DF | 9 | 8 | 0 | D | ED | 17 | 54 |
| Octal | 314 | 315 | 337 | 11 | 10 | 0 | 15 | 355 | 27 | 124 |
| Binary | 11001100 | 11001101 | 11011111 | 1001 | 1000 | 0 | 1101 | 11101101 | 10111 | 1010100 |
Color Harmonies of #CCCDDF
Complementary color
Monochromatic Colors of #CCCDDF
Black with #CCCDDF
Text Example
Text Example
White with #CCCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDDF; }
p { color: rgb(204,205,223); }
H1.HeaderClassName
{
color: #CCCDDF;
}
.AnyTagClassName
{
color: #CCCDDF;
}
</style>
background-color css
<style>
a { background-color: #CCCDDF; }
a { background-color: rgb(204,205,223); }
div.DivClassName
{
background-color: #CCCDDF;
}
.BgClassName
{
background-color: #CCCDDF;
}
</style>
border-color css
<style>
span { border-color: #CCCDDF; }
span { border-color: rgb(204,205,223); }
td.TdClassName
{
border-color: #CCCDDF;
}
.TagClassName
{
border-color: #CCCDDF;
}
</style>