Shades of Periwinkle #C9CAE4
Tints of Periwinkle #C9CAE4
RGB
CMYK
RGB Variations
Color information
#C9CAE4 (or 0xC9CAE4) is known color: Periwinkle. HEX triplet: C9, CA and E4. RGB value is (201,202,228). Sum of RGB (Red+Green+Blue) = 201+202+228=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 228 (89.45% from 255 or 36.13% from 631); Max value from RGB is 228 - color contains mainly: blue. Hex color #C9CAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CAE4 is #36351B. Grayscale: #CCCCCC. Windows color (decimal): -3552540 or 14994121. OLE color: 14994121.
HSL color Cylindrical-coordinate representation of color #C9CAE4: hue angle of 237.78º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9CAE4 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 202 | 228 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.11 |
| HSL | 237.78º | 0.33% | 0.84% | - |
| HSV(B) | 237.78º | 0.12% | 0.89% | - |
| XYZ | 59.21 | 60.26 | 81.91 | - |
| YUV | 204.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 202 | 228 | 0.12 | 0.11 | 0 | 0.11 | 237.78 | 0.33 | 0.84 |
| Hex | C9 | CA | E4 | C | B | 0 | B | EE | 21 | 54 |
| Octal | 311 | 312 | 344 | 14 | 13 | 0 | 13 | 356 | 41 | 124 |
| Binary | 11001001 | 11001010 | 11100100 | 1100 | 1011 | 0 | 1011 | 11101110 | 100001 | 1010100 |
Color Harmonies of #C9CAE4
Complementary color
Monochromatic Colors of #C9CAE4
Black with #C9CAE4
Text Example
Text Example
White with #C9CAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CAE4; }
p { color: rgb(201,202,228); }
H1.HeaderClassName
{
color: #C9CAE4;
}
.AnyTagClassName
{
color: #C9CAE4;
}
</style>
background-color css
<style>
a { background-color: #C9CAE4; }
a { background-color: rgb(201,202,228); }
div.DivClassName
{
background-color: #C9CAE4;
}
.BgClassName
{
background-color: #C9CAE4;
}
</style>
border-color css
<style>
span { border-color: #C9CAE4; }
span { border-color: rgb(201,202,228); }
td.TdClassName
{
border-color: #C9CAE4;
}
.TagClassName
{
border-color: #C9CAE4;
}
</style>