Shades of Periwinkle #C0CCED
Tints of Periwinkle #C0CCED
RGB
CMYK
RGB Variations
Color information
#C0CCED (or 0xC0CCED) is known color: Periwinkle. HEX triplet: C0, CC and ED. RGB value is (192,204,237). Sum of RGB (Red+Green+Blue) = 192+204+237=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCED is #3F3312. Grayscale: #CCCCCC. Windows color (decimal): -4141843 or 15584448. OLE color: 15584448.
HSL color Cylindrical-coordinate representation of color #C0CCED: hue angle of 224º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0CCED is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 204 | 237 | - |
CMYK | 0.19 | 0.14 | 0 | 0.07 |
HSL | 224º | 0.56% | 0.84% | - |
HSV(B) | 224º | 0.19% | 0.93% | - |
XYZ | 58.62 | 60.51 | 88.71 | - |
YUV | 204.17 | 146.52 | 119.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 204 | 237 | 0.19 | 0.14 | 0 | 0.07 | 224 | 0.56 | 0.84 |
Hex | C0 | CC | ED | 13 | E | 0 | 7 | E0 | 38 | 54 |
Octal | 300 | 314 | 355 | 23 | 16 | 0 | 7 | 340 | 70 | 124 |
Binary | 11000000 | 11001100 | 11101101 | 10011 | 1110 | 0 | 111 | 11100000 | 111000 | 1010100 |
Color Harmonies of #C0CCED
Complementary color
Monochromatic Colors of #C0CCED
Black with #C0CCED
Text Example
Text Example
White with #C0CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCED; }
p { color: rgb(192,204,237); }
H1.HeaderClassName
{
color: #C0CCED;
}
.AnyTagClassName
{
color: #C0CCED;
}
</style>
background-color css
<style>
a { background-color: #C0CCED; }
a { background-color: rgb(192,204,237); }
div.DivClassName
{
background-color: #C0CCED;
}
.BgClassName
{
background-color: #C0CCED;
}
</style>
border-color css
<style>
span { border-color: #C0CCED; }
span { border-color: rgb(192,204,237); }
td.TdClassName
{
border-color: #C0CCED;
}
.TagClassName
{
border-color: #C0CCED;
}
</style>