Shades of Periwinkle #CCCFE5
Tints of Periwinkle #CCCFE5
RGB
CMYK
RGB Variations
Color information
#CCCFE5 (or 0xCCCFE5) is known color: Periwinkle. HEX triplet: CC, CF and E5. RGB value is (204,207,229). Sum of RGB (Red+Green+Blue) = 204+207+229=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCCFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFE5 is #33301A. Grayscale: #D0D0D0. Windows color (decimal): -3354651 or 15060940. OLE color: 15060940.
HSL color Cylindrical-coordinate representation of color #CCCFE5: hue angle of 232.8º 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 #CCCFE5 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 207 | 229 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.10 |
| HSL | 232.8º | 0.32% | 0.85% | - |
| HSV(B) | 232.8º | 0.11% | 0.9% | - |
| XYZ | 61.36 | 63.12 | 83.08 | - |
| YUV | 208.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 229 | 0.11 | 0.10 | 0 | 0.10 | 232.8 | 0.32 | 0.85 |
| Hex | CC | CF | E5 | B | A | 0 | A | E9 | 20 | 55 |
| Octal | 314 | 317 | 345 | 13 | 12 | 0 | 12 | 351 | 40 | 125 |
| Binary | 11001100 | 11001111 | 11100101 | 1011 | 1010 | 0 | 1010 | 11101001 | 100000 | 1010101 |
Color Harmonies of #CCCFE5
Complementary color
Monochromatic Colors of #CCCFE5
Black with #CCCFE5
Text Example
Text Example
White with #CCCFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFE5; }
p { color: rgb(204,207,229); }
H1.HeaderClassName
{
color: #CCCFE5;
}
.AnyTagClassName
{
color: #CCCFE5;
}
</style>
background-color css
<style>
a { background-color: #CCCFE5; }
a { background-color: rgb(204,207,229); }
div.DivClassName
{
background-color: #CCCFE5;
}
.BgClassName
{
background-color: #CCCFE5;
}
</style>
border-color css
<style>
span { border-color: #CCCFE5; }
span { border-color: rgb(204,207,229); }
td.TdClassName
{
border-color: #CCCFE5;
}
.TagClassName
{
border-color: #CCCFE5;
}
</style>