Shades of Periwinkle #C8D5EA
Tints of Periwinkle #C8D5EA
RGB
CMYK
RGB Variations
Color information
#C8D5EA (or 0xC8D5EA) is known color: Periwinkle. HEX triplet: C8, D5 and EA. RGB value is (200,213,234). Sum of RGB (Red+Green+Blue) = 200+213+234=647 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.91% from 647); Green value is 213 (83.59% from 255 or 32.92% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8D5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D5EA is #372A15. Grayscale: #D3D3D3. Windows color (decimal): -3615254 or 15390152. OLE color: 15390152.
HSL color Cylindrical-coordinate representation of color #C8D5EA: hue angle of 217.06º degrees, saturation: 0.45, 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 #C8D5EA is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 213 | 234 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.08 |
| HSL | 217.06º | 0.45% | 0.85% | - |
| HSV(B) | 217.06º | 0.15% | 0.92% | - |
| XYZ | 62.46 | 65.81 | 87.25 | - |
| YUV | 211.51 | 140.69 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 234 | 0.15 | 0.09 | 0 | 0.08 | 217.06 | 0.45 | 0.85 |
| Hex | C8 | D5 | EA | F | 9 | 0 | 8 | D9 | 2D | 55 |
| Octal | 310 | 325 | 352 | 17 | 11 | 0 | 10 | 331 | 55 | 125 |
| Binary | 11001000 | 11010101 | 11101010 | 1111 | 1001 | 0 | 1000 | 11011001 | 101101 | 1010101 |
Color Harmonies of #C8D5EA
Complementary color
Monochromatic Colors of #C8D5EA
Black with #C8D5EA
Text Example
Text Example
White with #C8D5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D5EA; }
p { color: rgb(200,213,234); }
H1.HeaderClassName
{
color: #C8D5EA;
}
.AnyTagClassName
{
color: #C8D5EA;
}
</style>
background-color css
<style>
a { background-color: #C8D5EA; }
a { background-color: rgb(200,213,234); }
div.DivClassName
{
background-color: #C8D5EA;
}
.BgClassName
{
background-color: #C8D5EA;
}
</style>
border-color css
<style>
span { border-color: #C8D5EA; }
span { border-color: rgb(200,213,234); }
td.TdClassName
{
border-color: #C8D5EA;
}
.TagClassName
{
border-color: #C8D5EA;
}
</style>