Shades of Periwinkle #C8CADC
Tints of Periwinkle #C8CADC
RGB
CMYK
RGB Variations
Color information
#C8CADC (or 0xC8CADC) is known color: Periwinkle. HEX triplet: C8, CA and DC. RGB value is (200,202,220). Sum of RGB (Red+Green+Blue) = 200+202+220=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CADC is #373523. Grayscale: #CBCBCB. Windows color (decimal): -3618084 or 14469832. OLE color: 14469832.
HSL color Cylindrical-coordinate representation of color #C8CADC: hue angle of 234º degrees, saturation: 0.22, 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 #C8CADC is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 202 | 220 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.14 |
| HSL | 234º | 0.22% | 0.82% | - |
| HSV(B) | 234º | 0.09% | 0.86% | - |
| XYZ | 57.86 | 59.69 | 76.18 | - |
| YUV | 203.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 220 | 0.09 | 0.08 | 0 | 0.14 | 234 | 0.22 | 0.82 |
| Hex | C8 | CA | DC | 9 | 8 | 0 | E | EA | 16 | 52 |
| Octal | 310 | 312 | 334 | 11 | 10 | 0 | 16 | 352 | 26 | 122 |
| Binary | 11001000 | 11001010 | 11011100 | 1001 | 1000 | 0 | 1110 | 11101010 | 10110 | 1010010 |
Color Harmonies of #C8CADC
Complementary color
Monochromatic Colors of #C8CADC
Black with #C8CADC
Text Example
Text Example
White with #C8CADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CADC; }
p { color: rgb(200,202,220); }
H1.HeaderClassName
{
color: #C8CADC;
}
.AnyTagClassName
{
color: #C8CADC;
}
</style>
background-color css
<style>
a { background-color: #C8CADC; }
a { background-color: rgb(200,202,220); }
div.DivClassName
{
background-color: #C8CADC;
}
.BgClassName
{
background-color: #C8CADC;
}
</style>
border-color css
<style>
span { border-color: #C8CADC; }
span { border-color: rgb(200,202,220); }
td.TdClassName
{
border-color: #C8CADC;
}
.TagClassName
{
border-color: #C8CADC;
}
</style>