Shades of Periwinkle #C8D3EE
Tints of Periwinkle #C8D3EE
RGB
CMYK
RGB Variations
Color information
#C8D3EE (or 0xC8D3EE) is known color: Periwinkle. HEX triplet: C8, D3 and EE. RGB value is (200,211,238). Sum of RGB (Red+Green+Blue) = 200+211+238=649 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.82% from 649); Green value is 211 (82.81% from 255 or 32.51% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8D3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D3EE is #372C11. Grayscale: #D2D2D2. Windows color (decimal): -3615762 or 15651784. OLE color: 15651784.
HSL color Cylindrical-coordinate representation of color #C8D3EE: hue angle of 222.63º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8D3EE is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 211 | 238 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.07 |
| HSL | 222.63º | 0.53% | 0.86% | - |
| HSV(B) | 222.63º | 0.16% | 0.93% | - |
| XYZ | 62.55 | 65.04 | 90.15 | - |
| YUV | 210.79 | 143.36 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 211 | 238 | 0.16 | 0.11 | 0 | 0.07 | 222.63 | 0.53 | 0.86 |
| Hex | C8 | D3 | EE | 10 | B | 0 | 7 | DF | 35 | 56 |
| Octal | 310 | 323 | 356 | 20 | 13 | 0 | 7 | 337 | 65 | 126 |
| Binary | 11001000 | 11010011 | 11101110 | 10000 | 1011 | 0 | 111 | 11011111 | 110101 | 1010110 |
Color Harmonies of #C8D3EE
Complementary color
Monochromatic Colors of #C8D3EE
Black with #C8D3EE
Text Example
Text Example
White with #C8D3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D3EE; }
p { color: rgb(200,211,238); }
H1.HeaderClassName
{
color: #C8D3EE;
}
.AnyTagClassName
{
color: #C8D3EE;
}
</style>
background-color css
<style>
a { background-color: #C8D3EE; }
a { background-color: rgb(200,211,238); }
div.DivClassName
{
background-color: #C8D3EE;
}
.BgClassName
{
background-color: #C8D3EE;
}
</style>
border-color css
<style>
span { border-color: #C8D3EE; }
span { border-color: rgb(200,211,238); }
td.TdClassName
{
border-color: #C8D3EE;
}
.TagClassName
{
border-color: #C8D3EE;
}
</style>