Shades of Periwinkle #C6D2EE
Tints of Periwinkle #C6D2EE
RGB
CMYK
RGB Variations
Color information
#C6D2EE (or 0xC6D2EE) is known color: Periwinkle. HEX triplet: C6, D2 and EE. RGB value is (198,210,238). Sum of RGB (Red+Green+Blue) = 198+210+238=646 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.65% from 646); Green value is 210 (82.42% from 255 or 32.51% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6D2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D2EE is #392D11. Grayscale: #D1D1D1. Windows color (decimal): -3747090 or 15651526. OLE color: 15651526.
HSL color Cylindrical-coordinate representation of color #C6D2EE: hue angle of 222º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6D2EE is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 210 | 238 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.07 |
| HSL | 222º | 0.54% | 0.85% | - |
| HSV(B) | 222º | 0.17% | 0.93% | - |
| XYZ | 61.77 | 64.27 | 90.04 | - |
| YUV | 209.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 210 | 238 | 0.17 | 0.12 | 0 | 0.07 | 222 | 0.54 | 0.85 |
| Hex | C6 | D2 | EE | 11 | C | 0 | 7 | DE | 36 | 55 |
| Octal | 306 | 322 | 356 | 21 | 14 | 0 | 7 | 336 | 66 | 125 |
| Binary | 11000110 | 11010010 | 11101110 | 10001 | 1100 | 0 | 111 | 11011110 | 110110 | 1010101 |
Color Harmonies of #C6D2EE
Complementary color
Monochromatic Colors of #C6D2EE
Black with #C6D2EE
Text Example
Text Example
White with #C6D2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D2EE; }
p { color: rgb(198,210,238); }
H1.HeaderClassName
{
color: #C6D2EE;
}
.AnyTagClassName
{
color: #C6D2EE;
}
</style>
background-color css
<style>
a { background-color: #C6D2EE; }
a { background-color: rgb(198,210,238); }
div.DivClassName
{
background-color: #C6D2EE;
}
.BgClassName
{
background-color: #C6D2EE;
}
</style>
border-color css
<style>
span { border-color: #C6D2EE; }
span { border-color: rgb(198,210,238); }
td.TdClassName
{
border-color: #C6D2EE;
}
.TagClassName
{
border-color: #C6D2EE;
}
</style>