Shades of Periwinkle #CCCEDB
Tints of Periwinkle #CCCEDB
RGB
CMYK
RGB Variations
Color information
#CCCEDB (or 0xCCCEDB) is known color: Periwinkle. HEX triplet: CC, CE and DB. RGB value is (204,206,219). Sum of RGB (Red+Green+Blue) = 204+206+219=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCCEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEDB is #333124. Grayscale: #CECECE. Windows color (decimal): -3354917 or 14405324. OLE color: 14405324.
HSL color Cylindrical-coordinate representation of color #CCCEDB: hue angle of 232º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCCEDB is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 206 | 219 | - |
CMYK | 0.07 | 0.06 | 0 | 0.14 |
HSL | 232º | 0.17% | 0.83% | - |
HSV(B) | 232º | 0.07% | 0.86% | - |
XYZ | 59.76 | 62.09 | 75.85 | - |
YUV | 206.88 | 134.84 | 125.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 206 | 219 | 0.07 | 0.06 | 0 | 0.14 | 232 | 0.17 | 0.83 |
Hex | CC | CE | DB | 7 | 6 | 0 | E | E8 | 11 | 53 |
Octal | 314 | 316 | 333 | 7 | 6 | 0 | 16 | 350 | 21 | 123 |
Binary | 11001100 | 11001110 | 11011011 | 111 | 110 | 0 | 1110 | 11101000 | 10001 | 1010011 |
Color Harmonies of #CCCEDB
Complementary color
Monochromatic Colors of #CCCEDB
Black with #CCCEDB
Text Example
Text Example
White with #CCCEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEDB; }
p { color: rgb(204,206,219); }
H1.HeaderClassName
{
color: #CCCEDB;
}
.AnyTagClassName
{
color: #CCCEDB;
}
</style>
background-color css
<style>
a { background-color: #CCCEDB; }
a { background-color: rgb(204,206,219); }
div.DivClassName
{
background-color: #CCCEDB;
}
.BgClassName
{
background-color: #CCCEDB;
}
</style>
border-color css
<style>
span { border-color: #CCCEDB; }
span { border-color: rgb(204,206,219); }
td.TdClassName
{
border-color: #CCCEDB;
}
.TagClassName
{
border-color: #CCCEDB;
}
</style>