Shades of Periwinkle #C8CDEE
Tints of Periwinkle #C8CDEE
RGB
CMYK
RGB Variations
Color information
#C8CDEE (or 0xC8CDEE) is known color: Periwinkle. HEX triplet: C8, CD and EE. RGB value is (200,205,238). Sum of RGB (Red+Green+Blue) = 200+205+238=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8CDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CDEE is #373211. Grayscale: #CFCFCF. Windows color (decimal): -3617298 or 15650248. OLE color: 15650248.
HSL color Cylindrical-coordinate representation of color #C8CDEE: hue angle of 232.11º 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 #C8CDEE is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 205 | 238 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.07 |
| HSL | 232.11º | 0.53% | 0.86% | - |
| HSV(B) | 232.11º | 0.16% | 0.93% | - |
| XYZ | 61.08 | 62.12 | 89.66 | - |
| YUV | 207.27 | 145.34 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 238 | 0.16 | 0.14 | 0 | 0.07 | 232.11 | 0.53 | 0.86 |
| Hex | C8 | CD | EE | 10 | E | 0 | 7 | E8 | 35 | 56 |
| Octal | 310 | 315 | 356 | 20 | 16 | 0 | 7 | 350 | 65 | 126 |
| Binary | 11001000 | 11001101 | 11101110 | 10000 | 1110 | 0 | 111 | 11101000 | 110101 | 1010110 |
Color Harmonies of #C8CDEE
Complementary color
Monochromatic Colors of #C8CDEE
Black with #C8CDEE
Text Example
Text Example
White with #C8CDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CDEE; }
p { color: rgb(200,205,238); }
H1.HeaderClassName
{
color: #C8CDEE;
}
.AnyTagClassName
{
color: #C8CDEE;
}
</style>
background-color css
<style>
a { background-color: #C8CDEE; }
a { background-color: rgb(200,205,238); }
div.DivClassName
{
background-color: #C8CDEE;
}
.BgClassName
{
background-color: #C8CDEE;
}
</style>
border-color css
<style>
span { border-color: #C8CDEE; }
span { border-color: rgb(200,205,238); }
td.TdClassName
{
border-color: #C8CDEE;
}
.TagClassName
{
border-color: #C8CDEE;
}
</style>