Shades of Periwinkle #C7D6E6
Tints of Periwinkle #C7D6E6
RGB
CMYK
RGB Variations
Color information
#C7D6E6 (or 0xC7D6E6) is known color: Periwinkle. HEX triplet: C7, D6 and E6. RGB value is (199,214,230). Sum of RGB (Red+Green+Blue) = 199+214+230=643 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.95% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 230 - color contains mainly: blue. Hex color #C7D6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D6E6 is #382919. Grayscale: #D3D3D3. Windows color (decimal): -3680538 or 15128263. OLE color: 15128263.
HSL color Cylindrical-coordinate representation of color #C7D6E6: hue angle of 210.97º degrees, saturation: 0.38, 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 #C7D6E6 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 199 | 214 | 230 | - |
CMYK | 0.13 | 0.07 | 0 | 0.10 |
HSL | 210.97º | 0.38% | 0.84% | - |
HSV(B) | 210.97º | 0.13% | 0.9% | - |
XYZ | 61.88 | 65.95 | 84.33 | - |
YUV | 211.34 | 138.53 | 119.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 214 | 230 | 0.13 | 0.07 | 0 | 0.10 | 210.97 | 0.38 | 0.84 |
Hex | C7 | D6 | E6 | D | 7 | 0 | A | D3 | 26 | 54 |
Octal | 307 | 326 | 346 | 15 | 7 | 0 | 12 | 323 | 46 | 124 |
Binary | 11000111 | 11010110 | 11100110 | 1101 | 111 | 0 | 1010 | 11010011 | 100110 | 1010100 |
Color Harmonies of #C7D6E6
Complementary color
Monochromatic Colors of #C7D6E6
Black with #C7D6E6
Text Example
Text Example
White with #C7D6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D6E6; }
p { color: rgb(199,214,230); }
H1.HeaderClassName
{
color: #C7D6E6;
}
.AnyTagClassName
{
color: #C7D6E6;
}
</style>
background-color css
<style>
a { background-color: #C7D6E6; }
a { background-color: rgb(199,214,230); }
div.DivClassName
{
background-color: #C7D6E6;
}
.BgClassName
{
background-color: #C7D6E6;
}
</style>
border-color css
<style>
span { border-color: #C7D6E6; }
span { border-color: rgb(199,214,230); }
td.TdClassName
{
border-color: #C7D6E6;
}
.TagClassName
{
border-color: #C7D6E6;
}
</style>