Shades of Periwinkle #C8CDE5
Tints of Periwinkle #C8CDE5
RGB
CMYK
RGB Variations
Color information
#C8CDE5 (or 0xC8CDE5) is known color: Periwinkle. HEX triplet: C8, CD and E5. RGB value is (200,205,229). Sum of RGB (Red+Green+Blue) = 200+205+229=634 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.55% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 229 - color contains mainly: blue. Hex color #C8CDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDE5 is #37321A. Grayscale: #CECECE. Windows color (decimal): -3617307 or 15060424. OLE color: 15060424.
HSL color Cylindrical-coordinate representation of color #C8CDE5: hue angle of 229.66º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8CDE5 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 205 | 229 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.10 |
| HSL | 229.66º | 0.36% | 0.84% | - |
| HSV(B) | 229.66º | 0.13% | 0.9% | - |
| XYZ | 59.79 | 61.6 | 82.87 | - |
| YUV | 206.24 | 140.84 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 229 | 0.13 | 0.10 | 0 | 0.10 | 229.66 | 0.36 | 0.84 |
| Hex | C8 | CD | E5 | D | A | 0 | A | E6 | 24 | 54 |
| Octal | 310 | 315 | 345 | 15 | 12 | 0 | 12 | 346 | 44 | 124 |
| Binary | 11001000 | 11001101 | 11100101 | 1101 | 1010 | 0 | 1010 | 11100110 | 100100 | 1010100 |
Color Harmonies of #C8CDE5
Complementary color
Monochromatic Colors of #C8CDE5
Black with #C8CDE5
Text Example
Text Example
White with #C8CDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CDE5; }
p { color: rgb(200,205,229); }
H1.HeaderClassName
{
color: #C8CDE5;
}
.AnyTagClassName
{
color: #C8CDE5;
}
</style>
background-color css
<style>
a { background-color: #C8CDE5; }
a { background-color: rgb(200,205,229); }
div.DivClassName
{
background-color: #C8CDE5;
}
.BgClassName
{
background-color: #C8CDE5;
}
</style>
border-color css
<style>
span { border-color: #C8CDE5; }
span { border-color: rgb(200,205,229); }
td.TdClassName
{
border-color: #C8CDE5;
}
.TagClassName
{
border-color: #C8CDE5;
}
</style>