Shades of Periwinkle #C4D0EF
Tints of Periwinkle #C4D0EF
RGB
CMYK
RGB Variations
Color information
#C4D0EF (or 0xC4D0EF) is known color: Periwinkle. HEX triplet: C4, D0 and EF. RGB value is (196,208,239). Sum of RGB (Red+Green+Blue) = 196+208+239=643 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.48% from 643); Green value is 208 (81.64% from 255 or 32.35% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4D0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D0EF is #3B2F10. Grayscale: #CFCFCF. Windows color (decimal): -3878673 or 15716548. OLE color: 15716548.
HSL color Cylindrical-coordinate representation of color #C4D0EF: hue angle of 223.26º 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 #C4D0EF is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 208 | 239 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.06 |
| HSL | 223.26º | 0.57% | 0.85% | - |
| HSV(B) | 223.26º | 0.18% | 0.94% | - |
| XYZ | 60.9 | 63.08 | 90.63 | - |
| YUV | 207.95 | 145.52 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 239 | 0.18 | 0.13 | 0 | 0.06 | 223.26 | 0.57 | 0.85 |
| Hex | C4 | D0 | EF | 12 | D | 0 | 6 | DF | 39 | 55 |
| Octal | 304 | 320 | 357 | 22 | 15 | 0 | 6 | 337 | 71 | 125 |
| Binary | 11000100 | 11010000 | 11101111 | 10010 | 1101 | 0 | 110 | 11011111 | 111001 | 1010101 |
Color Harmonies of #C4D0EF
Complementary color
Monochromatic Colors of #C4D0EF
Black with #C4D0EF
Text Example
Text Example
White with #C4D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D0EF; }
p { color: rgb(196,208,239); }
H1.HeaderClassName
{
color: #C4D0EF;
}
.AnyTagClassName
{
color: #C4D0EF;
}
</style>
background-color css
<style>
a { background-color: #C4D0EF; }
a { background-color: rgb(196,208,239); }
div.DivClassName
{
background-color: #C4D0EF;
}
.BgClassName
{
background-color: #C4D0EF;
}
</style>
border-color css
<style>
span { border-color: #C4D0EF; }
span { border-color: rgb(196,208,239); }
td.TdClassName
{
border-color: #C4D0EF;
}
.TagClassName
{
border-color: #C4D0EF;
}
</style>