Shades of Periwinkle #C8CBDB
Tints of Periwinkle #C8CBDB
RGB
CMYK
RGB Variations
Color information
#C8CBDB (or 0xC8CBDB) is known color: Periwinkle. HEX triplet: C8, CB and DB. RGB value is (200,203,219). Sum of RGB (Red+Green+Blue) = 200+203+219=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBDB is #373424. Grayscale: #CBCBCB. Windows color (decimal): -3617829 or 14404552. OLE color: 14404552.
HSL color Cylindrical-coordinate representation of color #C8CBDB: hue angle of 230.53º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8CBDB is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 203 | 219 | - |
CMYK | 0.09 | 0.07 | 0 | 0.14 |
HSL | 230.53º | 0.21% | 0.82% | - |
HSV(B) | 230.53º | 0.09% | 0.86% | - |
XYZ | 57.96 | 60.11 | 75.56 | - |
YUV | 203.93 | 136.51 | 125.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 203 | 219 | 0.09 | 0.07 | 0 | 0.14 | 230.53 | 0.21 | 0.82 |
Hex | C8 | CB | DB | 9 | 7 | 0 | E | E7 | 15 | 52 |
Octal | 310 | 313 | 333 | 11 | 7 | 0 | 16 | 347 | 25 | 122 |
Binary | 11001000 | 11001011 | 11011011 | 1001 | 111 | 0 | 1110 | 11100111 | 10101 | 1010010 |
Color Harmonies of #C8CBDB
Complementary color
Monochromatic Colors of #C8CBDB
Black with #C8CBDB
Text Example
Text Example
White with #C8CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBDB; }
p { color: rgb(200,203,219); }
H1.HeaderClassName
{
color: #C8CBDB;
}
.AnyTagClassName
{
color: #C8CBDB;
}
</style>
background-color css
<style>
a { background-color: #C8CBDB; }
a { background-color: rgb(200,203,219); }
div.DivClassName
{
background-color: #C8CBDB;
}
.BgClassName
{
background-color: #C8CBDB;
}
</style>
border-color css
<style>
span { border-color: #C8CBDB; }
span { border-color: rgb(200,203,219); }
td.TdClassName
{
border-color: #C8CBDB;
}
.TagClassName
{
border-color: #C8CBDB;
}
</style>