Shades of Periwinkle #CCCFDE
Tints of Periwinkle #CCCFDE
RGB
CMYK
RGB Variations
Color information
#CCCFDE (or 0xCCCFDE) is known color: Periwinkle. HEX triplet: CC, CF and DE. RGB value is (204,207,222). Sum of RGB (Red+Green+Blue) = 204+207+222=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCCFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFDE is #333021. Grayscale: #CFCFCF. Windows color (decimal): -3354658 or 14602188. OLE color: 14602188.
HSL color Cylindrical-coordinate representation of color #CCCFDE: hue angle of 230º 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 #CCCFDE is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 207 | 222 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.13 |
| HSL | 230º | 0.21% | 0.84% | - |
| HSV(B) | 230º | 0.08% | 0.87% | - |
| XYZ | 60.4 | 62.74 | 78.03 | - |
| YUV | 207.81 | 136.01 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 222 | 0.08 | 0.07 | 0 | 0.13 | 230 | 0.21 | 0.84 |
| Hex | CC | CF | DE | 8 | 7 | 0 | D | E6 | 15 | 54 |
| Octal | 314 | 317 | 336 | 10 | 7 | 0 | 15 | 346 | 25 | 124 |
| Binary | 11001100 | 11001111 | 11011110 | 1000 | 111 | 0 | 1101 | 11100110 | 10101 | 1010100 |
Color Harmonies of #CCCFDE
Complementary color
Monochromatic Colors of #CCCFDE
Black with #CCCFDE
Text Example
Text Example
White with #CCCFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFDE; }
p { color: rgb(204,207,222); }
H1.HeaderClassName
{
color: #CCCFDE;
}
.AnyTagClassName
{
color: #CCCFDE;
}
</style>
background-color css
<style>
a { background-color: #CCCFDE; }
a { background-color: rgb(204,207,222); }
div.DivClassName
{
background-color: #CCCFDE;
}
.BgClassName
{
background-color: #CCCFDE;
}
</style>
border-color css
<style>
span { border-color: #CCCFDE; }
span { border-color: rgb(204,207,222); }
td.TdClassName
{
border-color: #CCCFDE;
}
.TagClassName
{
border-color: #CCCFDE;
}
</style>