Shades of Periwinkle #C4D2EB
Tints of Periwinkle #C4D2EB
RGB
CMYK
RGB Variations
Color information
#C4D2EB (or 0xC4D2EB) is known color: Periwinkle. HEX triplet: C4, D2 and EB. RGB value is (196,210,235). Sum of RGB (Red+Green+Blue) = 196+210+235=641 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.58% from 641); Green value is 210 (82.42% from 255 or 32.76% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4D2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D2EB is #3B2D14. Grayscale: #D0D0D0. Windows color (decimal): -3878165 or 15454916. OLE color: 15454916.
HSL color Cylindrical-coordinate representation of color #C4D2EB: hue angle of 218.46º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4D2EB is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 210 | 235 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.08 |
| HSL | 218.46º | 0.49% | 0.85% | - |
| HSV(B) | 218.46º | 0.17% | 0.92% | - |
| XYZ | 60.81 | 63.83 | 87.71 | - |
| YUV | 208.66 | 142.86 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 210 | 235 | 0.17 | 0.11 | 0 | 0.08 | 218.46 | 0.49 | 0.85 |
| Hex | C4 | D2 | EB | 11 | B | 0 | 8 | DA | 31 | 55 |
| Octal | 304 | 322 | 353 | 21 | 13 | 0 | 10 | 332 | 61 | 125 |
| Binary | 11000100 | 11010010 | 11101011 | 10001 | 1011 | 0 | 1000 | 11011010 | 110001 | 1010101 |
Color Harmonies of #C4D2EB
Complementary color
Monochromatic Colors of #C4D2EB
Black with #C4D2EB
Text Example
Text Example
White with #C4D2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D2EB; }
p { color: rgb(196,210,235); }
H1.HeaderClassName
{
color: #C4D2EB;
}
.AnyTagClassName
{
color: #C4D2EB;
}
</style>
background-color css
<style>
a { background-color: #C4D2EB; }
a { background-color: rgb(196,210,235); }
div.DivClassName
{
background-color: #C4D2EB;
}
.BgClassName
{
background-color: #C4D2EB;
}
</style>
border-color css
<style>
span { border-color: #C4D2EB; }
span { border-color: rgb(196,210,235); }
td.TdClassName
{
border-color: #C4D2EB;
}
.TagClassName
{
border-color: #C4D2EB;
}
</style>