Shades of Periwinkle #C5CCDE
Tints of Periwinkle #C5CCDE
RGB
CMYK
RGB Variations
Color information
#C5CCDE (or 0xC5CCDE) is known color: Periwinkle. HEX triplet: C5, CC and DE. RGB value is (197,204,222). Sum of RGB (Red+Green+Blue) = 197+204+222=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 222 - color contains mainly: blue. Hex color #C5CCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCDE is #3A3321. Grayscale: #CBCBCB. Windows color (decimal): -3814178 or 14601413. OLE color: 14601413.
HSL color Cylindrical-coordinate representation of color #C5CCDE: hue angle of 223.2º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5CCDE is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 204 | 222 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.13 |
| HSL | 223.2º | 0.27% | 0.82% | - |
| HSV(B) | 223.2º | 0.11% | 0.87% | - |
| XYZ | 57.8 | 60.33 | 77.71 | - |
| YUV | 203.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 222 | 0.11 | 0.08 | 0 | 0.13 | 223.2 | 0.27 | 0.82 |
| Hex | C5 | CC | DE | B | 8 | 0 | D | DF | 1B | 52 |
| Octal | 305 | 314 | 336 | 13 | 10 | 0 | 15 | 337 | 33 | 122 |
| Binary | 11000101 | 11001100 | 11011110 | 1011 | 1000 | 0 | 1101 | 11011111 | 11011 | 1010010 |
Color Harmonies of #C5CCDE
Complementary color
Monochromatic Colors of #C5CCDE
Black with #C5CCDE
Text Example
Text Example
White with #C5CCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CCDE; }
p { color: rgb(197,204,222); }
H1.HeaderClassName
{
color: #C5CCDE;
}
.AnyTagClassName
{
color: #C5CCDE;
}
</style>
background-color css
<style>
a { background-color: #C5CCDE; }
a { background-color: rgb(197,204,222); }
div.DivClassName
{
background-color: #C5CCDE;
}
.BgClassName
{
background-color: #C5CCDE;
}
</style>
border-color css
<style>
span { border-color: #C5CCDE; }
span { border-color: rgb(197,204,222); }
td.TdClassName
{
border-color: #C5CCDE;
}
.TagClassName
{
border-color: #C5CCDE;
}
</style>