Shades of Periwinkle #C6CCEE
Tints of Periwinkle #C6CCEE
RGB
CMYK
RGB Variations
Color information
#C6CCEE (or 0xC6CCEE) is known color: Periwinkle. HEX triplet: C6, CC and EE. RGB value is (198,204,238). Sum of RGB (Red+Green+Blue) = 198+204+238=640 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.94% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CCEE is #393311. Grayscale: #CDCDCD. Windows color (decimal): -3748626 or 15649990. OLE color: 15649990.
HSL color Cylindrical-coordinate representation of color #C6CCEE: hue angle of 231º 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 #C6CCEE is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 204 | 238 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.07 |
| HSL | 231º | 0.54% | 0.85% | - |
| HSV(B) | 231º | 0.17% | 0.93% | - |
| XYZ | 60.31 | 61.36 | 89.55 | - |
| YUV | 206.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 204 | 238 | 0.17 | 0.14 | 0 | 0.07 | 231 | 0.54 | 0.85 |
| Hex | C6 | CC | EE | 11 | E | 0 | 7 | E7 | 36 | 55 |
| Octal | 306 | 314 | 356 | 21 | 16 | 0 | 7 | 347 | 66 | 125 |
| Binary | 11000110 | 11001100 | 11101110 | 10001 | 1110 | 0 | 111 | 11100111 | 110110 | 1010101 |
Color Harmonies of #C6CCEE
Complementary color
Monochromatic Colors of #C6CCEE
Black with #C6CCEE
Text Example
Text Example
White with #C6CCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CCEE; }
p { color: rgb(198,204,238); }
H1.HeaderClassName
{
color: #C6CCEE;
}
.AnyTagClassName
{
color: #C6CCEE;
}
</style>
background-color css
<style>
a { background-color: #C6CCEE; }
a { background-color: rgb(198,204,238); }
div.DivClassName
{
background-color: #C6CCEE;
}
.BgClassName
{
background-color: #C6CCEE;
}
</style>
border-color css
<style>
span { border-color: #C6CCEE; }
span { border-color: rgb(198,204,238); }
td.TdClassName
{
border-color: #C6CCEE;
}
.TagClassName
{
border-color: #C6CCEE;
}
</style>