Shades of Periwinkle #C9CBDB
Tints of Periwinkle #C9CBDB
RGB
CMYK
RGB Variations
Color information
#C9CBDB (or 0xC9CBDB) is known color: Periwinkle. HEX triplet: C9, CB and DB. RGB value is (201,203,219). Sum of RGB (Red+Green+Blue) = 201+203+219=623 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.26% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBDB is #363424. Grayscale: #CCCCCC. Windows color (decimal): -3552293 or 14404553. OLE color: 14404553.
HSL color Cylindrical-coordinate representation of color #C9CBDB: hue angle of 233.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9CBDB is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 201 | 203 | 219 | - |
CMYK | 0.08 | 0.07 | 0 | 0.14 |
HSL | 233.33º | 0.2% | 0.82% | - |
HSV(B) | 233.33º | 0.08% | 0.86% | - |
XYZ | 58.23 | 60.24 | 75.58 | - |
YUV | 204.23 | 136.34 | 125.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 203 | 219 | 0.08 | 0.07 | 0 | 0.14 | 233.33 | 0.2 | 0.82 |
Hex | C9 | CB | DB | 8 | 7 | 0 | E | E9 | 14 | 52 |
Octal | 311 | 313 | 333 | 10 | 7 | 0 | 16 | 351 | 24 | 122 |
Binary | 11001001 | 11001011 | 11011011 | 1000 | 111 | 0 | 1110 | 11101001 | 10100 | 1010010 |
Color Harmonies of #C9CBDB
Complementary color
Monochromatic Colors of #C9CBDB
Black with #C9CBDB
Text Example
Text Example
White with #C9CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CBDB; }
p { color: rgb(201,203,219); }
H1.HeaderClassName
{
color: #C9CBDB;
}
.AnyTagClassName
{
color: #C9CBDB;
}
</style>
background-color css
<style>
a { background-color: #C9CBDB; }
a { background-color: rgb(201,203,219); }
div.DivClassName
{
background-color: #C9CBDB;
}
.BgClassName
{
background-color: #C9CBDB;
}
</style>
border-color css
<style>
span { border-color: #C9CBDB; }
span { border-color: rgb(201,203,219); }
td.TdClassName
{
border-color: #C9CBDB;
}
.TagClassName
{
border-color: #C9CBDB;
}
</style>