Shades of Periwinkle #C8D5E8
Tints of Periwinkle #C8D5E8
RGB
CMYK
RGB Variations
Color information
#C8D5E8 (or 0xC8D5E8) is known color: Periwinkle. HEX triplet: C8, D5 and E8. RGB value is (200,213,232). Sum of RGB (Red+Green+Blue) = 200+213+232=645 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.01% from 645); Green value is 213 (83.59% from 255 or 33.02% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 232 - color contains mainly: blue. Hex color #C8D5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D5E8 is #372A17. Grayscale: #D3D3D3. Windows color (decimal): -3615256 or 15259080. OLE color: 15259080.
HSL color Cylindrical-coordinate representation of color #C8D5E8: hue angle of 215.62º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8D5E8 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 200 | 213 | 232 | - |
CMYK | 0.14 | 0.08 | 0 | 0.09 |
HSL | 215.63º | 0.41% | 0.85% | - |
HSV(B) | 215.63º | 0.14% | 0.91% | - |
XYZ | 62.18 | 65.69 | 85.75 | - |
YUV | 211.28 | 139.69 | 119.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 213 | 232 | 0.14 | 0.08 | 0 | 0.09 | 215.63 | 0.41 | 0.85 |
Hex | C8 | D5 | E8 | E | 8 | 0 | 9 | D8 | 29 | 55 |
Octal | 310 | 325 | 350 | 16 | 10 | 0 | 11 | 330 | 51 | 125 |
Binary | 11001000 | 11010101 | 11101000 | 1110 | 1000 | 0 | 1001 | 11011000 | 101001 | 1010101 |
Color Harmonies of #C8D5E8
Complementary color
Monochromatic Colors of #C8D5E8
Black with #C8D5E8
Text Example
Text Example
White with #C8D5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D5E8; }
p { color: rgb(200,213,232); }
H1.HeaderClassName
{
color: #C8D5E8;
}
.AnyTagClassName
{
color: #C8D5E8;
}
</style>
background-color css
<style>
a { background-color: #C8D5E8; }
a { background-color: rgb(200,213,232); }
div.DivClassName
{
background-color: #C8D5E8;
}
.BgClassName
{
background-color: #C8D5E8;
}
</style>
border-color css
<style>
span { border-color: #C8D5E8; }
span { border-color: rgb(200,213,232); }
td.TdClassName
{
border-color: #C8D5E8;
}
.TagClassName
{
border-color: #C8D5E8;
}
</style>