Shades of Periwinkle #C9CFE2
Tints of Periwinkle #C9CFE2
RGB
CMYK
RGB Variations
Color information
#C9CFE2 (or 0xC9CFE2) is known color: Periwinkle. HEX triplet: C9, CF and E2. RGB value is (201,207,226). Sum of RGB (Red+Green+Blue) = 201+207+226=634 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.70% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 226 - color contains mainly: blue. Hex color #C9CFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFE2 is #36301D. Grayscale: #CFCFCF. Windows color (decimal): -3551262 or 14864329. OLE color: 14864329.
HSL color Cylindrical-coordinate representation of color #C9CFE2: hue angle of 225.6º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9CFE2 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 201 | 207 | 226 | - |
CMYK | 0.11 | 0.08 | 0 | 0.11 |
HSL | 225.6º | 0.3% | 0.84% | - |
HSV(B) | 225.6º | 0.11% | 0.89% | - |
XYZ | 60.13 | 62.53 | 80.85 | - |
YUV | 207.37 | 138.51 | 123.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 207 | 226 | 0.11 | 0.08 | 0 | 0.11 | 225.6 | 0.3 | 0.84 |
Hex | C9 | CF | E2 | B | 8 | 0 | B | E2 | 1E | 54 |
Octal | 311 | 317 | 342 | 13 | 10 | 0 | 13 | 342 | 36 | 124 |
Binary | 11001001 | 11001111 | 11100010 | 1011 | 1000 | 0 | 1011 | 11100010 | 11110 | 1010100 |
Color Harmonies of #C9CFE2
Complementary color
Monochromatic Colors of #C9CFE2
Black with #C9CFE2
Text Example
Text Example
White with #C9CFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFE2; }
p { color: rgb(201,207,226); }
H1.HeaderClassName
{
color: #C9CFE2;
}
.AnyTagClassName
{
color: #C9CFE2;
}
</style>
background-color css
<style>
a { background-color: #C9CFE2; }
a { background-color: rgb(201,207,226); }
div.DivClassName
{
background-color: #C9CFE2;
}
.BgClassName
{
background-color: #C9CFE2;
}
</style>
border-color css
<style>
span { border-color: #C9CFE2; }
span { border-color: rgb(201,207,226); }
td.TdClassName
{
border-color: #C9CFE2;
}
.TagClassName
{
border-color: #C9CFE2;
}
</style>