Shades of Periwinkle #C4D4EF
Tints of Periwinkle #C4D4EF
RGB
CMYK
RGB Variations
Color information
#C4D4EF (or 0xC4D4EF) is known color: Periwinkle. HEX triplet: C4, D4 and EF. RGB value is (196,212,239). Sum of RGB (Red+Green+Blue) = 196+212+239=647 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.29% from 647); Green value is 212 (83.20% from 255 or 32.77% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4D4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D4EF is #3B2B10. Grayscale: #D2D2D2. Windows color (decimal): -3877649 or 15717572. OLE color: 15717572.
HSL color Cylindrical-coordinate representation of color #C4D4EF: hue angle of 217.67º 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 #C4D4EF is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 212 | 239 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.06 |
| HSL | 217.67º | 0.57% | 0.85% | - |
| HSV(B) | 217.67º | 0.18% | 0.94% | - |
| XYZ | 61.89 | 65.05 | 90.96 | - |
| YUV | 210.29 | 144.2 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 212 | 239 | 0.18 | 0.11 | 0 | 0.06 | 217.67 | 0.57 | 0.85 |
| Hex | C4 | D4 | EF | 12 | B | 0 | 6 | DA | 39 | 55 |
| Octal | 304 | 324 | 357 | 22 | 13 | 0 | 6 | 332 | 71 | 125 |
| Binary | 11000100 | 11010100 | 11101111 | 10010 | 1011 | 0 | 110 | 11011010 | 111001 | 1010101 |
Color Harmonies of #C4D4EF
Complementary color
Monochromatic Colors of #C4D4EF
Black with #C4D4EF
Text Example
Text Example
White with #C4D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D4EF; }
p { color: rgb(196,212,239); }
H1.HeaderClassName
{
color: #C4D4EF;
}
.AnyTagClassName
{
color: #C4D4EF;
}
</style>
background-color css
<style>
a { background-color: #C4D4EF; }
a { background-color: rgb(196,212,239); }
div.DivClassName
{
background-color: #C4D4EF;
}
.BgClassName
{
background-color: #C4D4EF;
}
</style>
border-color css
<style>
span { border-color: #C4D4EF; }
span { border-color: rgb(196,212,239); }
td.TdClassName
{
border-color: #C4D4EF;
}
.TagClassName
{
border-color: #C4D4EF;
}
</style>