Shades of Periwinkle #C8CFE4
Tints of Periwinkle #C8CFE4
RGB
CMYK
RGB Variations
Color information
#C8CFE4 (or 0xC8CFE4) is known color: Periwinkle. HEX triplet: C8, CF and E4. RGB value is (200,207,228). Sum of RGB (Red+Green+Blue) = 200+207+228=635 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.50% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 228 (89.45% from 255 or 35.91% from 635); Max value from RGB is 228 - color contains mainly: blue. Hex color #C8CFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFE4 is #37301B. Grayscale: #CFCFCF. Windows color (decimal): -3616796 or 14995400. OLE color: 14995400.
HSL color Cylindrical-coordinate representation of color #C8CFE4: hue angle of 225º degrees, saturation: 0.34, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8CFE4 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 200 | 207 | 228 | - |
CMYK | 0.12 | 0.09 | 0 | 0.11 |
HSL | 225º | 0.34% | 0.84% | - |
HSV(B) | 225º | 0.12% | 0.89% | - |
XYZ | 60.14 | 62.51 | 82.29 | - |
YUV | 207.3 | 139.68 | 122.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 207 | 228 | 0.12 | 0.09 | 0 | 0.11 | 225 | 0.34 | 0.84 |
Hex | C8 | CF | E4 | C | 9 | 0 | B | E1 | 22 | 54 |
Octal | 310 | 317 | 344 | 14 | 11 | 0 | 13 | 341 | 42 | 124 |
Binary | 11001000 | 11001111 | 11100100 | 1100 | 1001 | 0 | 1011 | 11100001 | 100010 | 1010100 |
Color Harmonies of #C8CFE4
Complementary color
Monochromatic Colors of #C8CFE4
Black with #C8CFE4
Text Example
Text Example
White with #C8CFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CFE4; }
p { color: rgb(200,207,228); }
H1.HeaderClassName
{
color: #C8CFE4;
}
.AnyTagClassName
{
color: #C8CFE4;
}
</style>
background-color css
<style>
a { background-color: #C8CFE4; }
a { background-color: rgb(200,207,228); }
div.DivClassName
{
background-color: #C8CFE4;
}
.BgClassName
{
background-color: #C8CFE4;
}
</style>
border-color css
<style>
span { border-color: #C8CFE4; }
span { border-color: rgb(200,207,228); }
td.TdClassName
{
border-color: #C8CFE4;
}
.TagClassName
{
border-color: #C8CFE4;
}
</style>