Shades of Periwinkle #C6CDE6
Tints of Periwinkle #C6CDE6
RGB
CMYK
RGB Variations
Color information
#C6CDE6 (or 0xC6CDE6) is known color: Periwinkle. HEX triplet: C6, CD and E6. RGB value is (198,205,230). Sum of RGB (Red+Green+Blue) = 198+205+230=633 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.28% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 230 - color contains mainly: blue. Hex color #C6CDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CDE6 is #393219. Grayscale: #CDCDCD. Windows color (decimal): -3748378 or 15125958. OLE color: 15125958.
HSL color Cylindrical-coordinate representation of color #C6CDE6: hue angle of 226.88º degrees, saturation: 0.39, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6CDE6 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 205 | 230 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.10 |
| HSL | 226.88º | 0.39% | 0.84% | - |
| HSV(B) | 226.88º | 0.14% | 0.9% | - |
| XYZ | 59.4 | 61.38 | 83.58 | - |
| YUV | 205.76 | 141.68 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 205 | 230 | 0.14 | 0.11 | 0 | 0.10 | 226.88 | 0.39 | 0.84 |
| Hex | C6 | CD | E6 | E | B | 0 | A | E3 | 27 | 54 |
| Octal | 306 | 315 | 346 | 16 | 13 | 0 | 12 | 343 | 47 | 124 |
| Binary | 11000110 | 11001101 | 11100110 | 1110 | 1011 | 0 | 1010 | 11100011 | 100111 | 1010100 |
Color Harmonies of #C6CDE6
Complementary color
Monochromatic Colors of #C6CDE6
Black with #C6CDE6
Text Example
Text Example
White with #C6CDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CDE6; }
p { color: rgb(198,205,230); }
H1.HeaderClassName
{
color: #C6CDE6;
}
.AnyTagClassName
{
color: #C6CDE6;
}
</style>
background-color css
<style>
a { background-color: #C6CDE6; }
a { background-color: rgb(198,205,230); }
div.DivClassName
{
background-color: #C6CDE6;
}
.BgClassName
{
background-color: #C6CDE6;
}
</style>
border-color css
<style>
span { border-color: #C6CDE6; }
span { border-color: rgb(198,205,230); }
td.TdClassName
{
border-color: #C6CDE6;
}
.TagClassName
{
border-color: #C6CDE6;
}
</style>