Shades of Periwinkle #C8CCEE
Tints of Periwinkle #C8CCEE
RGB
CMYK
RGB Variations
Color information
#C8CCEE (or 0xC8CCEE) is known color: Periwinkle. HEX triplet: C8, CC and EE. RGB value is (200,204,238). Sum of RGB (Red+Green+Blue) = 200+204+238=642 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.15% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CCEE is #373311. Grayscale: #CECECE. Windows color (decimal): -3617554 or 15649992. OLE color: 15649992.
HSL color Cylindrical-coordinate representation of color #C8CCEE: hue angle of 233.68º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8CCEE is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 204 | 238 | - |
CMYK | 0.16 | 0.14 | 0 | 0.07 |
HSL | 233.68º | 0.53% | 0.86% | - |
HSV(B) | 233.68º | 0.16% | 0.93% | - |
XYZ | 60.84 | 61.64 | 89.58 | - |
YUV | 206.68 | 145.67 | 123.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 204 | 238 | 0.16 | 0.14 | 0 | 0.07 | 233.68 | 0.53 | 0.86 |
Hex | C8 | CC | EE | 10 | E | 0 | 7 | EA | 35 | 56 |
Octal | 310 | 314 | 356 | 20 | 16 | 0 | 7 | 352 | 65 | 126 |
Binary | 11001000 | 11001100 | 11101110 | 10000 | 1110 | 0 | 111 | 11101010 | 110101 | 1010110 |
Color Harmonies of #C8CCEE
Complementary color
Monochromatic Colors of #C8CCEE
Black with #C8CCEE
Text Example
Text Example
White with #C8CCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCEE; }
p { color: rgb(200,204,238); }
H1.HeaderClassName
{
color: #C8CCEE;
}
.AnyTagClassName
{
color: #C8CCEE;
}
</style>
background-color css
<style>
a { background-color: #C8CCEE; }
a { background-color: rgb(200,204,238); }
div.DivClassName
{
background-color: #C8CCEE;
}
.BgClassName
{
background-color: #C8CCEE;
}
</style>
border-color css
<style>
span { border-color: #C8CCEE; }
span { border-color: rgb(200,204,238); }
td.TdClassName
{
border-color: #C8CCEE;
}
.TagClassName
{
border-color: #C8CCEE;
}
</style>