Shades of Periwinkle #C8CADB
Tints of Periwinkle #C8CADB
RGB
CMYK
RGB Variations
Color information
#C8CADB (or 0xC8CADB) is known color: Periwinkle. HEX triplet: C8, CA and DB. RGB value is (200,202,219). Sum of RGB (Red+Green+Blue) = 200+202+219=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8CADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CADB is #373524. Grayscale: #CBCBCB. Windows color (decimal): -3618085 or 14404296. OLE color: 14404296.
HSL color Cylindrical-coordinate representation of color #C8CADB: hue angle of 233.68º 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 #C8CADB is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 202 | 219 | - |
CMYK | 0.09 | 0.08 | 0 | 0.14 |
HSL | 233.68º | 0.21% | 0.82% | - |
HSV(B) | 233.68º | 0.09% | 0.86% | - |
XYZ | 57.73 | 59.63 | 75.49 | - |
YUV | 203.34 | 136.84 | 125.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 202 | 219 | 0.09 | 0.08 | 0 | 0.14 | 233.68 | 0.21 | 0.82 |
Hex | C8 | CA | DB | 9 | 8 | 0 | E | EA | 15 | 52 |
Octal | 310 | 312 | 333 | 11 | 10 | 0 | 16 | 352 | 25 | 122 |
Binary | 11001000 | 11001010 | 11011011 | 1001 | 1000 | 0 | 1110 | 11101010 | 10101 | 1010010 |
Color Harmonies of #C8CADB
Complementary color
Monochromatic Colors of #C8CADB
Black with #C8CADB
Text Example
Text Example
White with #C8CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CADB; }
p { color: rgb(200,202,219); }
H1.HeaderClassName
{
color: #C8CADB;
}
.AnyTagClassName
{
color: #C8CADB;
}
</style>
background-color css
<style>
a { background-color: #C8CADB; }
a { background-color: rgb(200,202,219); }
div.DivClassName
{
background-color: #C8CADB;
}
.BgClassName
{
background-color: #C8CADB;
}
</style>
border-color css
<style>
span { border-color: #C8CADB; }
span { border-color: rgb(200,202,219); }
td.TdClassName
{
border-color: #C8CADB;
}
.TagClassName
{
border-color: #C8CADB;
}
</style>