Shades of Periwinkle #C0D4EA
Tints of Periwinkle #C0D4EA
RGB
CMYK
RGB Variations
Color information
#C0D4EA (or 0xC0D4EA) is known color: Periwinkle. HEX triplet: C0, D4 and EA. RGB value is (192,212,234). Sum of RGB (Red+Green+Blue) = 192+212+234=638 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.09% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0D4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D4EA is #3F2B15. Grayscale: #D0D0D0. Windows color (decimal): -4139798 or 15389888. OLE color: 15389888.
HSL color Cylindrical-coordinate representation of color #C0D4EA: hue angle of 211.43º degrees, saturation: 0.5, 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 #C0D4EA is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 212 | 234 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.08 |
| HSL | 211.43º | 0.5% | 0.84% | - |
| HSV(B) | 211.43º | 0.18% | 0.92% | - |
| XYZ | 60.13 | 64.23 | 87.07 | - |
| YUV | 208.53 | 142.37 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 212 | 234 | 0.18 | 0.09 | 0 | 0.08 | 211.43 | 0.5 | 0.84 |
| Hex | C0 | D4 | EA | 12 | 9 | 0 | 8 | D3 | 32 | 54 |
| Octal | 300 | 324 | 352 | 22 | 11 | 0 | 10 | 323 | 62 | 124 |
| Binary | 11000000 | 11010100 | 11101010 | 10010 | 1001 | 0 | 1000 | 11010011 | 110010 | 1010100 |
Color Harmonies of #C0D4EA
Complementary color
Monochromatic Colors of #C0D4EA
Black with #C0D4EA
Text Example
Text Example
White with #C0D4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D4EA; }
p { color: rgb(192,212,234); }
H1.HeaderClassName
{
color: #C0D4EA;
}
.AnyTagClassName
{
color: #C0D4EA;
}
</style>
background-color css
<style>
a { background-color: #C0D4EA; }
a { background-color: rgb(192,212,234); }
div.DivClassName
{
background-color: #C0D4EA;
}
.BgClassName
{
background-color: #C0D4EA;
}
</style>
border-color css
<style>
span { border-color: #C0D4EA; }
span { border-color: rgb(192,212,234); }
td.TdClassName
{
border-color: #C0D4EA;
}
.TagClassName
{
border-color: #C0D4EA;
}
</style>