Shades of Periwinkle #C6CDE4
Tints of Periwinkle #C6CDE4
RGB
CMYK
RGB Variations
Color information
#C6CDE4 (or 0xC6CDE4) is known color: Periwinkle. HEX triplet: C6, CD and E4. RGB value is (198,205,228). Sum of RGB (Red+Green+Blue) = 198+205+228=631 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.38% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 228 (89.45% from 255 or 36.13% from 631); Max value from RGB is 228 - color contains mainly: blue. Hex color #C6CDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CDE4 is #39321B. Grayscale: #CDCDCD. Windows color (decimal): -3748380 or 14994886. OLE color: 14994886.
HSL color Cylindrical-coordinate representation of color #C6CDE4: hue angle of 226º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6CDE4 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 205 | 228 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.11 |
| HSL | 226º | 0.36% | 0.84% | - |
| HSV(B) | 226º | 0.13% | 0.89% | - |
| XYZ | 59.12 | 61.27 | 82.11 | - |
| YUV | 205.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 205 | 228 | 0.13 | 0.10 | 0 | 0.11 | 226 | 0.36 | 0.84 |
| Hex | C6 | CD | E4 | D | A | 0 | B | E2 | 24 | 54 |
| Octal | 306 | 315 | 344 | 15 | 12 | 0 | 13 | 342 | 44 | 124 |
| Binary | 11000110 | 11001101 | 11100100 | 1101 | 1010 | 0 | 1011 | 11100010 | 100100 | 1010100 |
Color Harmonies of #C6CDE4
Complementary color
Monochromatic Colors of #C6CDE4
Black with #C6CDE4
Text Example
Text Example
White with #C6CDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CDE4; }
p { color: rgb(198,205,228); }
H1.HeaderClassName
{
color: #C6CDE4;
}
.AnyTagClassName
{
color: #C6CDE4;
}
</style>
background-color css
<style>
a { background-color: #C6CDE4; }
a { background-color: rgb(198,205,228); }
div.DivClassName
{
background-color: #C6CDE4;
}
.BgClassName
{
background-color: #C6CDE4;
}
</style>
border-color css
<style>
span { border-color: #C6CDE4; }
span { border-color: rgb(198,205,228); }
td.TdClassName
{
border-color: #C6CDE4;
}
.TagClassName
{
border-color: #C6CDE4;
}
</style>