Shades of Periwinkle #C9CBDC
Tints of Periwinkle #C9CBDC
RGB
CMYK
RGB Variations
Color information
#C9CBDC (or 0xC9CBDC) is known color: Periwinkle. HEX triplet: C9, CB and DC. RGB value is (201,203,220). Sum of RGB (Red+Green+Blue) = 201+203+220=624 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.21% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBDC is #363423. Grayscale: #CCCCCC. Windows color (decimal): -3552292 or 14470089. OLE color: 14470089.
HSL color Cylindrical-coordinate representation of color #C9CBDC: hue angle of 233.68º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9CBDC is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 203 | 220 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.14 |
| HSL | 233.68º | 0.21% | 0.83% | - |
| HSV(B) | 233.68º | 0.09% | 0.86% | - |
| XYZ | 58.36 | 60.3 | 76.27 | - |
| YUV | 204.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 203 | 220 | 0.09 | 0.08 | 0 | 0.14 | 233.68 | 0.21 | 0.83 |
| Hex | C9 | CB | DC | 9 | 8 | 0 | E | EA | 15 | 53 |
| Octal | 311 | 313 | 334 | 11 | 10 | 0 | 16 | 352 | 25 | 123 |
| Binary | 11001001 | 11001011 | 11011100 | 1001 | 1000 | 0 | 1110 | 11101010 | 10101 | 1010011 |
Color Harmonies of #C9CBDC
Complementary color
Monochromatic Colors of #C9CBDC
Black with #C9CBDC
Text Example
Text Example
White with #C9CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CBDC; }
p { color: rgb(201,203,220); }
H1.HeaderClassName
{
color: #C9CBDC;
}
.AnyTagClassName
{
color: #C9CBDC;
}
</style>
background-color css
<style>
a { background-color: #C9CBDC; }
a { background-color: rgb(201,203,220); }
div.DivClassName
{
background-color: #C9CBDC;
}
.BgClassName
{
background-color: #C9CBDC;
}
</style>
border-color css
<style>
span { border-color: #C9CBDC; }
span { border-color: rgb(201,203,220); }
td.TdClassName
{
border-color: #C9CBDC;
}
.TagClassName
{
border-color: #C9CBDC;
}
</style>