Shades of Periwinkle #C4D4EA
Tints of Periwinkle #C4D4EA
RGB
CMYK
RGB Variations
Color information
#C4D4EA (or 0xC4D4EA) is known color: Periwinkle. HEX triplet: C4, D4 and EA. RGB value is (196,212,234). Sum of RGB (Red+Green+Blue) = 196+212+234=642 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.53% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4D4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D4EA is #3B2B15. Grayscale: #D1D1D1. Windows color (decimal): -3877654 or 15389892. OLE color: 15389892.
HSL color Cylindrical-coordinate representation of color #C4D4EA: hue angle of 214.74º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4D4EA is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 212 | 234 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.08 |
| HSL | 214.74º | 0.48% | 0.84% | - |
| HSV(B) | 214.74º | 0.16% | 0.92% | - |
| XYZ | 61.16 | 64.76 | 87.12 | - |
| YUV | 209.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 212 | 234 | 0.16 | 0.09 | 0 | 0.08 | 214.74 | 0.48 | 0.84 |
| Hex | C4 | D4 | EA | 10 | 9 | 0 | 8 | D7 | 30 | 54 |
| Octal | 304 | 324 | 352 | 20 | 11 | 0 | 10 | 327 | 60 | 124 |
| Binary | 11000100 | 11010100 | 11101010 | 10000 | 1001 | 0 | 1000 | 11010111 | 110000 | 1010100 |
Color Harmonies of #C4D4EA
Complementary color
Monochromatic Colors of #C4D4EA
Black with #C4D4EA
Text Example
Text Example
White with #C4D4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D4EA; }
p { color: rgb(196,212,234); }
H1.HeaderClassName
{
color: #C4D4EA;
}
.AnyTagClassName
{
color: #C4D4EA;
}
</style>
background-color css
<style>
a { background-color: #C4D4EA; }
a { background-color: rgb(196,212,234); }
div.DivClassName
{
background-color: #C4D4EA;
}
.BgClassName
{
background-color: #C4D4EA;
}
</style>
border-color css
<style>
span { border-color: #C4D4EA; }
span { border-color: rgb(196,212,234); }
td.TdClassName
{
border-color: #C4D4EA;
}
.TagClassName
{
border-color: #C4D4EA;
}
</style>