Shades of Periwinkle #C4D7EF
Tints of Periwinkle #C4D7EF
RGB
CMYK
RGB Variations
Color information
#C4D7EF (or 0xC4D7EF) is known color: Periwinkle. HEX triplet: C4, D7 and EF. RGB value is (196,215,239). Sum of RGB (Red+Green+Blue) = 196+215+239=650 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.15% from 650); Green value is 215 (84.38% from 255 or 33.08% 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 #C4D7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D7EF is #3B2810. Grayscale: #D3D3D3. Windows color (decimal): -3876881 or 15718340. OLE color: 15718340.
HSL color Cylindrical-coordinate representation of color #C4D7EF: hue angle of 213.49º degrees, saturation: 0.57, 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 #C4D7EF is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 215 | 239 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.06 |
| HSL | 213.49º | 0.57% | 0.85% | - |
| HSV(B) | 213.49º | 0.18% | 0.94% | - |
| XYZ | 62.65 | 66.57 | 91.21 | - |
| YUV | 212.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 215 | 239 | 0.18 | 0.10 | 0 | 0.06 | 213.49 | 0.57 | 0.85 |
| Hex | C4 | D7 | EF | 12 | A | 0 | 6 | D5 | 39 | 55 |
| Octal | 304 | 327 | 357 | 22 | 12 | 0 | 6 | 325 | 71 | 125 |
| Binary | 11000100 | 11010111 | 11101111 | 10010 | 1010 | 0 | 110 | 11010101 | 111001 | 1010101 |
Color Harmonies of #C4D7EF
Complementary color
Monochromatic Colors of #C4D7EF
Black with #C4D7EF
Text Example
Text Example
White with #C4D7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D7EF; }
p { color: rgb(196,215,239); }
H1.HeaderClassName
{
color: #C4D7EF;
}
.AnyTagClassName
{
color: #C4D7EF;
}
</style>
background-color css
<style>
a { background-color: #C4D7EF; }
a { background-color: rgb(196,215,239); }
div.DivClassName
{
background-color: #C4D7EF;
}
.BgClassName
{
background-color: #C4D7EF;
}
</style>
border-color css
<style>
span { border-color: #C4D7EF; }
span { border-color: rgb(196,215,239); }
td.TdClassName
{
border-color: #C4D7EF;
}
.TagClassName
{
border-color: #C4D7EF;
}
</style>