Shades of Periwinkle #C3D8EF
Tints of Periwinkle #C3D8EF
RGB
CMYK
RGB Variations
Color information
#C3D8EF (or 0xC3D8EF) is known color: Periwinkle. HEX triplet: C3, D8 and EF. RGB value is (195,216,239). Sum of RGB (Red+Green+Blue) = 195+216+239=650 (86% of max value = 765). Red value is 195 (76.56% from 255 or 30% from 650); Green value is 216 (84.77% from 255 or 33.23% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3D8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3D8EF is #3C2710. Grayscale: #D4D4D4. Windows color (decimal): -3942161 or 15718595. OLE color: 15718595.
HSL color Cylindrical-coordinate representation of color #C3D8EF: hue angle of 211.36º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3D8EF is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 216 | 239 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.06 |
| HSL | 211.36º | 0.58% | 0.85% | - |
| HSV(B) | 211.36º | 0.18% | 0.94% | - |
| XYZ | 62.64 | 66.95 | 91.28 | - |
| YUV | 212.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 216 | 239 | 0.18 | 0.10 | 0 | 0.06 | 211.36 | 0.58 | 0.85 |
| Hex | C3 | D8 | EF | 12 | A | 0 | 6 | D3 | 3A | 55 |
| Octal | 303 | 330 | 357 | 22 | 12 | 0 | 6 | 323 | 72 | 125 |
| Binary | 11000011 | 11011000 | 11101111 | 10010 | 1010 | 0 | 110 | 11010011 | 111010 | 1010101 |
Color Harmonies of #C3D8EF
Complementary color
Monochromatic Colors of #C3D8EF
Black with #C3D8EF
Text Example
Text Example
White with #C3D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D8EF; }
p { color: rgb(195,216,239); }
H1.HeaderClassName
{
color: #C3D8EF;
}
.AnyTagClassName
{
color: #C3D8EF;
}
</style>
background-color css
<style>
a { background-color: #C3D8EF; }
a { background-color: rgb(195,216,239); }
div.DivClassName
{
background-color: #C3D8EF;
}
.BgClassName
{
background-color: #C3D8EF;
}
</style>
border-color css
<style>
span { border-color: #C3D8EF; }
span { border-color: rgb(195,216,239); }
td.TdClassName
{
border-color: #C3D8EF;
}
.TagClassName
{
border-color: #C3D8EF;
}
</style>