Shades of Periwinkle #C4CCDF
Tints of Periwinkle #C4CCDF
RGB
CMYK
RGB Variations
Color information
#C4CCDF (or 0xC4CCDF) is known color: Periwinkle. HEX triplet: C4, CC and DF. RGB value is (196,204,223). Sum of RGB (Red+Green+Blue) = 196+204+223=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCDF is #3B3320. Grayscale: #CBCBCB. Windows color (decimal): -3879713 or 14666948. OLE color: 14666948.
HSL color Cylindrical-coordinate representation of color #C4CCDF: hue angle of 222.22º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4CCDF is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 204 | 223 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.13 |
| HSL | 222.22º | 0.3% | 0.82% | - |
| HSV(B) | 222.22º | 0.12% | 0.87% | - |
| XYZ | 57.68 | 60.25 | 78.4 | - |
| YUV | 203.77 | 138.85 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 204 | 223 | 0.12 | 0.09 | 0 | 0.13 | 222.22 | 0.3 | 0.82 |
| Hex | C4 | CC | DF | C | 9 | 0 | D | DE | 1E | 52 |
| Octal | 304 | 314 | 337 | 14 | 11 | 0 | 15 | 336 | 36 | 122 |
| Binary | 11000100 | 11001100 | 11011111 | 1100 | 1001 | 0 | 1101 | 11011110 | 11110 | 1010010 |
Color Harmonies of #C4CCDF
Complementary color
Monochromatic Colors of #C4CCDF
Black with #C4CCDF
Text Example
Text Example
White with #C4CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CCDF; }
p { color: rgb(196,204,223); }
H1.HeaderClassName
{
color: #C4CCDF;
}
.AnyTagClassName
{
color: #C4CCDF;
}
</style>
background-color css
<style>
a { background-color: #C4CCDF; }
a { background-color: rgb(196,204,223); }
div.DivClassName
{
background-color: #C4CCDF;
}
.BgClassName
{
background-color: #C4CCDF;
}
</style>
border-color css
<style>
span { border-color: #C4CCDF; }
span { border-color: rgb(196,204,223); }
td.TdClassName
{
border-color: #C4CCDF;
}
.TagClassName
{
border-color: #C4CCDF;
}
</style>