Shades of Periwinkle #C4D5EE
Tints of Periwinkle #C4D5EE
RGB
CMYK
RGB Variations
Color information
#C4D5EE (or 0xC4D5EE) is known color: Periwinkle. HEX triplet: C4, D5 and EE. RGB value is (196,213,238). Sum of RGB (Red+Green+Blue) = 196+213+238=647 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.29% from 647); Green value is 213 (83.59% from 255 or 32.92% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4D5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D5EE is #3B2A11. Grayscale: #D2D2D2. Windows color (decimal): -3877394 or 15652292. OLE color: 15652292.
HSL color Cylindrical-coordinate representation of color #C4D5EE: hue angle of 215.71º 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 #C4D5EE is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 213 | 238 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.07 |
| HSL | 215.71º | 0.55% | 0.85% | - |
| HSV(B) | 215.71º | 0.18% | 0.93% | - |
| XYZ | 61.99 | 65.5 | 90.26 | - |
| YUV | 210.77 | 143.37 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 213 | 238 | 0.18 | 0.11 | 0 | 0.07 | 215.71 | 0.55 | 0.85 |
| Hex | C4 | D5 | EE | 12 | B | 0 | 7 | D8 | 37 | 55 |
| Octal | 304 | 325 | 356 | 22 | 13 | 0 | 7 | 330 | 67 | 125 |
| Binary | 11000100 | 11010101 | 11101110 | 10010 | 1011 | 0 | 111 | 11011000 | 110111 | 1010101 |
Color Harmonies of #C4D5EE
Complementary color
Monochromatic Colors of #C4D5EE
Black with #C4D5EE
Text Example
Text Example
White with #C4D5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D5EE; }
p { color: rgb(196,213,238); }
H1.HeaderClassName
{
color: #C4D5EE;
}
.AnyTagClassName
{
color: #C4D5EE;
}
</style>
background-color css
<style>
a { background-color: #C4D5EE; }
a { background-color: rgb(196,213,238); }
div.DivClassName
{
background-color: #C4D5EE;
}
.BgClassName
{
background-color: #C4D5EE;
}
</style>
border-color css
<style>
span { border-color: #C4D5EE; }
span { border-color: rgb(196,213,238); }
td.TdClassName
{
border-color: #C4D5EE;
}
.TagClassName
{
border-color: #C4D5EE;
}
</style>