Shades of Periwinkle #C8CEF0
Tints of Periwinkle #C8CEF0
RGB
CMYK
RGB Variations
Color information
#C8CEF0 (or 0xC8CEF0) is known color: Periwinkle. HEX triplet: C8, CE and F0. RGB value is (200,206,240). Sum of RGB (Red+Green+Blue) = 200+206+240=646 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.96% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #C8CEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CEF0 is #37310F. Grayscale: #CFCFCF. Windows color (decimal): -3617040 or 15781576. OLE color: 15781576.
HSL color Cylindrical-coordinate representation of color #C8CEF0: hue angle of 231º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8CEF0 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 200 | 206 | 240 | - |
CMYK | 0.17 | 0.14 | 0 | 0.06 |
HSL | 231º | 0.57% | 0.86% | - |
HSV(B) | 231º | 0.17% | 0.94% | - |
XYZ | 61.62 | 62.71 | 91.3 | - |
YUV | 208.08 | 146.01 | 122.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 206 | 240 | 0.17 | 0.14 | 0 | 0.06 | 231 | 0.57 | 0.86 |
Hex | C8 | CE | F0 | 11 | E | 0 | 6 | E7 | 39 | 56 |
Octal | 310 | 316 | 360 | 21 | 16 | 0 | 6 | 347 | 71 | 126 |
Binary | 11001000 | 11001110 | 11110000 | 10001 | 1110 | 0 | 110 | 11100111 | 111001 | 1010110 |
Color Harmonies of #C8CEF0
Complementary color
Monochromatic Colors of #C8CEF0
Black with #C8CEF0
Text Example
Text Example
White with #C8CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CEF0; }
p { color: rgb(200,206,240); }
H1.HeaderClassName
{
color: #C8CEF0;
}
.AnyTagClassName
{
color: #C8CEF0;
}
</style>
background-color css
<style>
a { background-color: #C8CEF0; }
a { background-color: rgb(200,206,240); }
div.DivClassName
{
background-color: #C8CEF0;
}
.BgClassName
{
background-color: #C8CEF0;
}
</style>
border-color css
<style>
span { border-color: #C8CEF0; }
span { border-color: rgb(200,206,240); }
td.TdClassName
{
border-color: #C8CEF0;
}
.TagClassName
{
border-color: #C8CEF0;
}
</style>