Shades of Periwinkle #C8CDEB
Tints of Periwinkle #C8CDEB
RGB
CMYK
RGB Variations
Color information
#C8CDEB (or 0xC8CDEB) is known color: Periwinkle. HEX triplet: C8, CD and EB. RGB value is (200,205,235). Sum of RGB (Red+Green+Blue) = 200+205+235=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8CDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CDEB is #373214. Grayscale: #CECECE. Windows color (decimal): -3617301 or 15453640. OLE color: 15453640.
HSL color Cylindrical-coordinate representation of color #C8CDEB: hue angle of 231.43º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8CDEB is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 205 | 235 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.08 |
| HSL | 231.43º | 0.47% | 0.85% | - |
| HSV(B) | 231.43º | 0.15% | 0.92% | - |
| XYZ | 60.65 | 61.94 | 87.36 | - |
| YUV | 206.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 235 | 0.15 | 0.13 | 0 | 0.08 | 231.43 | 0.47 | 0.85 |
| Hex | C8 | CD | EB | F | D | 0 | 8 | E7 | 2F | 55 |
| Octal | 310 | 315 | 353 | 17 | 15 | 0 | 10 | 347 | 57 | 125 |
| Binary | 11001000 | 11001101 | 11101011 | 1111 | 1101 | 0 | 1000 | 11100111 | 101111 | 1010101 |
Color Harmonies of #C8CDEB
Complementary color
Monochromatic Colors of #C8CDEB
Black with #C8CDEB
Text Example
Text Example
White with #C8CDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CDEB; }
p { color: rgb(200,205,235); }
H1.HeaderClassName
{
color: #C8CDEB;
}
.AnyTagClassName
{
color: #C8CDEB;
}
</style>
background-color css
<style>
a { background-color: #C8CDEB; }
a { background-color: rgb(200,205,235); }
div.DivClassName
{
background-color: #C8CDEB;
}
.BgClassName
{
background-color: #C8CDEB;
}
</style>
border-color css
<style>
span { border-color: #C8CDEB; }
span { border-color: rgb(200,205,235); }
td.TdClassName
{
border-color: #C8CDEB;
}
.TagClassName
{
border-color: #C8CDEB;
}
</style>