Shades of Periwinkle #CCCEE6
Tints of Periwinkle #CCCEE6
RGB
CMYK
RGB Variations
Color information
#CCCEE6 (or 0xCCCEE6) is known color: Periwinkle. HEX triplet: CC, CE and E6. RGB value is (204,206,230). Sum of RGB (Red+Green+Blue) = 204+206+230=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCCEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEE6 is #333119. Grayscale: #D0D0D0. Windows color (decimal): -3354906 or 15126220. OLE color: 15126220.
HSL color Cylindrical-coordinate representation of color #CCCEE6: hue angle of 235.38º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCCEE6 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 206 | 230 | - |
CMYK | 0.11 | 0.10 | 0 | 0.10 |
HSL | 235.38º | 0.34% | 0.85% | - |
HSV(B) | 235.38º | 0.11% | 0.9% | - |
XYZ | 61.26 | 62.69 | 83.74 | - |
YUV | 208.14 | 140.34 | 125.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 206 | 230 | 0.11 | 0.10 | 0 | 0.10 | 235.38 | 0.34 | 0.85 |
Hex | CC | CE | E6 | B | A | 0 | A | EB | 22 | 55 |
Octal | 314 | 316 | 346 | 13 | 12 | 0 | 12 | 353 | 42 | 125 |
Binary | 11001100 | 11001110 | 11100110 | 1011 | 1010 | 0 | 1010 | 11101011 | 100010 | 1010101 |
Color Harmonies of #CCCEE6
Complementary color
Monochromatic Colors of #CCCEE6
Black with #CCCEE6
Text Example
Text Example
White with #CCCEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEE6; }
p { color: rgb(204,206,230); }
H1.HeaderClassName
{
color: #CCCEE6;
}
.AnyTagClassName
{
color: #CCCEE6;
}
</style>
background-color css
<style>
a { background-color: #CCCEE6; }
a { background-color: rgb(204,206,230); }
div.DivClassName
{
background-color: #CCCEE6;
}
.BgClassName
{
background-color: #CCCEE6;
}
</style>
border-color css
<style>
span { border-color: #CCCEE6; }
span { border-color: rgb(204,206,230); }
td.TdClassName
{
border-color: #CCCEE6;
}
.TagClassName
{
border-color: #CCCEE6;
}
</style>