Shades of Periwinkle #C4D0EE
Tints of Periwinkle #C4D0EE
RGB
CMYK
RGB Variations
Color information
#C4D0EE (or 0xC4D0EE) is known color: Periwinkle. HEX triplet: C4, D0 and EE. RGB value is (196,208,238). Sum of RGB (Red+Green+Blue) = 196+208+238=642 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.53% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4D0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D0EE is #3B2F11. Grayscale: #CFCFCF. Windows color (decimal): -3878674 or 15651012. OLE color: 15651012.
HSL color Cylindrical-coordinate representation of color #C4D0EE: hue angle of 222.86º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4D0EE is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 208 | 238 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.07 |
| HSL | 222.86º | 0.55% | 0.85% | - |
| HSV(B) | 222.86º | 0.18% | 0.93% | - |
| XYZ | 60.75 | 63.02 | 89.85 | - |
| YUV | 207.83 | 145.02 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 238 | 0.18 | 0.13 | 0 | 0.07 | 222.86 | 0.55 | 0.85 |
| Hex | C4 | D0 | EE | 12 | D | 0 | 7 | DF | 37 | 55 |
| Octal | 304 | 320 | 356 | 22 | 15 | 0 | 7 | 337 | 67 | 125 |
| Binary | 11000100 | 11010000 | 11101110 | 10010 | 1101 | 0 | 111 | 11011111 | 110111 | 1010101 |
Color Harmonies of #C4D0EE
Complementary color
Monochromatic Colors of #C4D0EE
Black with #C4D0EE
Text Example
Text Example
White with #C4D0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D0EE; }
p { color: rgb(196,208,238); }
H1.HeaderClassName
{
color: #C4D0EE;
}
.AnyTagClassName
{
color: #C4D0EE;
}
</style>
background-color css
<style>
a { background-color: #C4D0EE; }
a { background-color: rgb(196,208,238); }
div.DivClassName
{
background-color: #C4D0EE;
}
.BgClassName
{
background-color: #C4D0EE;
}
</style>
border-color css
<style>
span { border-color: #C4D0EE; }
span { border-color: rgb(196,208,238); }
td.TdClassName
{
border-color: #C4D0EE;
}
.TagClassName
{
border-color: #C4D0EE;
}
</style>