Shades of Periwinkle #C9CCE0
Tints of Periwinkle #C9CCE0
RGB
CMYK
RGB Variations
Color information
#C9CCE0 (or 0xC9CCE0) is known color: Periwinkle. HEX triplet: C9, CC and E0. RGB value is (201,204,224). Sum of RGB (Red+Green+Blue) = 201+204+224=629 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.96% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 224 - color contains mainly: blue. Hex color #C9CCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CCE0 is #36331F. Grayscale: #CDCDCD. Windows color (decimal): -3552032 or 14732489. OLE color: 14732489.
HSL color Cylindrical-coordinate representation of color #C9CCE0: hue angle of 232.17º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9CCE0 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 204 | 224 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.12 |
| HSL | 232.17º | 0.27% | 0.83% | - |
| HSV(B) | 232.17º | 0.1% | 0.88% | - |
| XYZ | 59.13 | 60.99 | 79.18 | - |
| YUV | 205.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 204 | 224 | 0.10 | 0.09 | 0 | 0.12 | 232.17 | 0.27 | 0.83 |
| Hex | C9 | CC | E0 | A | 9 | 0 | C | E8 | 1B | 53 |
| Octal | 311 | 314 | 340 | 12 | 11 | 0 | 14 | 350 | 33 | 123 |
| Binary | 11001001 | 11001100 | 11100000 | 1010 | 1001 | 0 | 1100 | 11101000 | 11011 | 1010011 |
Color Harmonies of #C9CCE0
Complementary color
Monochromatic Colors of #C9CCE0
Black with #C9CCE0
Text Example
Text Example
White with #C9CCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CCE0; }
p { color: rgb(201,204,224); }
H1.HeaderClassName
{
color: #C9CCE0;
}
.AnyTagClassName
{
color: #C9CCE0;
}
</style>
background-color css
<style>
a { background-color: #C9CCE0; }
a { background-color: rgb(201,204,224); }
div.DivClassName
{
background-color: #C9CCE0;
}
.BgClassName
{
background-color: #C9CCE0;
}
</style>
border-color css
<style>
span { border-color: #C9CCE0; }
span { border-color: rgb(201,204,224); }
td.TdClassName
{
border-color: #C9CCE0;
}
.TagClassName
{
border-color: #C9CCE0;
}
</style>