Shades of Periwinkle #C7D0EE
Tints of Periwinkle #C7D0EE
RGB
CMYK
RGB Variations
Color information
#C7D0EE (or 0xC7D0EE) is known color: Periwinkle. HEX triplet: C7, D0 and EE. RGB value is (199,208,238). Sum of RGB (Red+Green+Blue) = 199+208+238=645 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.85% from 645); Green value is 208 (81.64% from 255 or 32.25% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7D0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D0EE is #382F11. Grayscale: #D0D0D0. Windows color (decimal): -3682066 or 15651015. OLE color: 15651015.
HSL color Cylindrical-coordinate representation of color #C7D0EE: hue angle of 226.15º 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 #C7D0EE is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 208 | 238 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.07 |
| HSL | 226.15º | 0.53% | 0.86% | - |
| HSV(B) | 226.15º | 0.16% | 0.93% | - |
| XYZ | 61.54 | 63.43 | 89.89 | - |
| YUV | 208.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 238 | 0.16 | 0.13 | 0 | 0.07 | 226.15 | 0.53 | 0.86 |
| Hex | C7 | D0 | EE | 10 | D | 0 | 7 | E2 | 35 | 56 |
| Octal | 307 | 320 | 356 | 20 | 15 | 0 | 7 | 342 | 65 | 126 |
| Binary | 11000111 | 11010000 | 11101110 | 10000 | 1101 | 0 | 111 | 11100010 | 110101 | 1010110 |
Color Harmonies of #C7D0EE
Complementary color
Monochromatic Colors of #C7D0EE
Black with #C7D0EE
Text Example
Text Example
White with #C7D0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D0EE; }
p { color: rgb(199,208,238); }
H1.HeaderClassName
{
color: #C7D0EE;
}
.AnyTagClassName
{
color: #C7D0EE;
}
</style>
background-color css
<style>
a { background-color: #C7D0EE; }
a { background-color: rgb(199,208,238); }
div.DivClassName
{
background-color: #C7D0EE;
}
.BgClassName
{
background-color: #C7D0EE;
}
</style>
border-color css
<style>
span { border-color: #C7D0EE; }
span { border-color: rgb(199,208,238); }
td.TdClassName
{
border-color: #C7D0EE;
}
.TagClassName
{
border-color: #C7D0EE;
}
</style>