Shades of Periwinkle #C1D4EA
Tints of Periwinkle #C1D4EA
RGB
CMYK
RGB Variations
Color information
#C1D4EA (or 0xC1D4EA) is known color: Periwinkle. HEX triplet: C1, D4 and EA. RGB value is (193,212,234). Sum of RGB (Red+Green+Blue) = 193+212+234=639 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.20% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1D4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1D4EA is #3E2B15. Grayscale: #D0D0D0. Windows color (decimal): -4074262 or 15389889. OLE color: 15389889.
HSL color Cylindrical-coordinate representation of color #C1D4EA: hue angle of 212.2º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1D4EA is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 212 | 234 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.08 |
| HSL | 212.2º | 0.49% | 0.84% | - |
| HSV(B) | 212.2º | 0.18% | 0.92% | - |
| XYZ | 60.39 | 64.36 | 87.08 | - |
| YUV | 208.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 212 | 234 | 0.18 | 0.09 | 0 | 0.08 | 212.2 | 0.49 | 0.84 |
| Hex | C1 | D4 | EA | 12 | 9 | 0 | 8 | D4 | 31 | 54 |
| Octal | 301 | 324 | 352 | 22 | 11 | 0 | 10 | 324 | 61 | 124 |
| Binary | 11000001 | 11010100 | 11101010 | 10010 | 1001 | 0 | 1000 | 11010100 | 110001 | 1010100 |
Color Harmonies of #C1D4EA
Complementary color
Monochromatic Colors of #C1D4EA
Black with #C1D4EA
Text Example
Text Example
White with #C1D4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D4EA; }
p { color: rgb(193,212,234); }
H1.HeaderClassName
{
color: #C1D4EA;
}
.AnyTagClassName
{
color: #C1D4EA;
}
</style>
background-color css
<style>
a { background-color: #C1D4EA; }
a { background-color: rgb(193,212,234); }
div.DivClassName
{
background-color: #C1D4EA;
}
.BgClassName
{
background-color: #C1D4EA;
}
</style>
border-color css
<style>
span { border-color: #C1D4EA; }
span { border-color: rgb(193,212,234); }
td.TdClassName
{
border-color: #C1D4EA;
}
.TagClassName
{
border-color: #C1D4EA;
}
</style>