Shades of Periwinkle #C0CFEE
Tints of Periwinkle #C0CFEE
RGB
CMYK
RGB Variations
Color information
#C0CFEE (or 0xC0CFEE) is known color: Periwinkle. HEX triplet: C0, CF and EE. RGB value is (192,207,238). Sum of RGB (Red+Green+Blue) = 192+207+238=637 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.14% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0CFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CFEE is #3F3011. Grayscale: #CDCDCD. Windows color (decimal): -4141074 or 15650752. OLE color: 15650752.
HSL color Cylindrical-coordinate representation of color #C0CFEE: hue angle of 220.43º degrees, saturation: 0.57, 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 #C0CFEE is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 207 | 238 | - |
CMYK | 0.19 | 0.13 | 0 | 0.07 |
HSL | 220.43º | 0.58% | 0.84% | - |
HSV(B) | 220.43º | 0.19% | 0.93% | - |
XYZ | 59.48 | 62.01 | 89.72 | - |
YUV | 206.05 | 146.03 | 117.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 207 | 238 | 0.19 | 0.13 | 0 | 0.07 | 220.43 | 0.58 | 0.84 |
Hex | C0 | CF | EE | 13 | D | 0 | 7 | DC | 3A | 54 |
Octal | 300 | 317 | 356 | 23 | 15 | 0 | 7 | 334 | 72 | 124 |
Binary | 11000000 | 11001111 | 11101110 | 10011 | 1101 | 0 | 111 | 11011100 | 111010 | 1010100 |
Color Harmonies of #C0CFEE
Complementary color
Monochromatic Colors of #C0CFEE
Black with #C0CFEE
Text Example
Text Example
White with #C0CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFEE; }
p { color: rgb(192,207,238); }
H1.HeaderClassName
{
color: #C0CFEE;
}
.AnyTagClassName
{
color: #C0CFEE;
}
</style>
background-color css
<style>
a { background-color: #C0CFEE; }
a { background-color: rgb(192,207,238); }
div.DivClassName
{
background-color: #C0CFEE;
}
.BgClassName
{
background-color: #C0CFEE;
}
</style>
border-color css
<style>
span { border-color: #C0CFEE; }
span { border-color: rgb(192,207,238); }
td.TdClassName
{
border-color: #C0CFEE;
}
.TagClassName
{
border-color: #C0CFEE;
}
</style>