Shades of Periwinkle #C8CAE5
Tints of Periwinkle #C8CAE5
RGB
CMYK
RGB Variations
Color information
#C8CAE5 (or 0xC8CAE5) is known color: Periwinkle. HEX triplet: C8, CA and E5. RGB value is (200,202,229). Sum of RGB (Red+Green+Blue) = 200+202+229=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 229 - color contains mainly: blue. Hex color #C8CAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CAE5 is #37351A. Grayscale: #CCCCCC. Windows color (decimal): -3618075 or 15059656. OLE color: 15059656.
HSL color Cylindrical-coordinate representation of color #C8CAE5: hue angle of 235.86º 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 #C8CAE5 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 200 | 202 | 229 | - |
CMYK | 0.13 | 0.12 | 0 | 0.10 |
HSL | 235.86º | 0.36% | 0.84% | - |
HSV(B) | 235.86º | 0.13% | 0.9% | - |
XYZ | 59.08 | 60.18 | 82.63 | - |
YUV | 204.48 | 141.84 | 124.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 202 | 229 | 0.13 | 0.12 | 0 | 0.10 | 235.86 | 0.36 | 0.84 |
Hex | C8 | CA | E5 | D | C | 0 | A | EC | 24 | 54 |
Octal | 310 | 312 | 345 | 15 | 14 | 0 | 12 | 354 | 44 | 124 |
Binary | 11001000 | 11001010 | 11100101 | 1101 | 1100 | 0 | 1010 | 11101100 | 100100 | 1010100 |
Color Harmonies of #C8CAE5
Complementary color
Monochromatic Colors of #C8CAE5
Black with #C8CAE5
Text Example
Text Example
White with #C8CAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CAE5; }
p { color: rgb(200,202,229); }
H1.HeaderClassName
{
color: #C8CAE5;
}
.AnyTagClassName
{
color: #C8CAE5;
}
</style>
background-color css
<style>
a { background-color: #C8CAE5; }
a { background-color: rgb(200,202,229); }
div.DivClassName
{
background-color: #C8CAE5;
}
.BgClassName
{
background-color: #C8CAE5;
}
</style>
border-color css
<style>
span { border-color: #C8CAE5; }
span { border-color: rgb(200,202,229); }
td.TdClassName
{
border-color: #C8CAE5;
}
.TagClassName
{
border-color: #C8CAE5;
}
</style>