Shades of Periwinkle #CDCEDB
Tints of Periwinkle #CDCEDB
RGB
CMYK
RGB Variations
Color information
#CDCEDB (or 0xCDCEDB) is known color: Periwinkle. HEX triplet: CD, CE and DB. RGB value is (205,206,219). Sum of RGB (Red+Green+Blue) = 205+206+219=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDCEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCEDB is #323124. Grayscale: #CFCFCF. Windows color (decimal): -3289381 or 14405325. OLE color: 14405325.
HSL color Cylindrical-coordinate representation of color #CDCEDB: hue angle of 235.71º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDCEDB is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 206 | 219 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.14 |
| HSL | 235.71º | 0.16% | 0.83% | - |
| HSV(B) | 235.71º | 0.06% | 0.86% | - |
| XYZ | 60.03 | 62.24 | 75.87 | - |
| YUV | 207.18 | 134.67 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 219 | 0.06 | 0.06 | 0 | 0.14 | 235.71 | 0.16 | 0.83 |
| Hex | CD | CE | DB | 6 | 6 | 0 | E | EC | 10 | 53 |
| Octal | 315 | 316 | 333 | 6 | 6 | 0 | 16 | 354 | 20 | 123 |
| Binary | 11001101 | 11001110 | 11011011 | 110 | 110 | 0 | 1110 | 11101100 | 10000 | 1010011 |
Color Harmonies of #CDCEDB
Complementary color
Monochromatic Colors of #CDCEDB
Black with #CDCEDB
Text Example
Text Example
White with #CDCEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCEDB; }
p { color: rgb(205,206,219); }
H1.HeaderClassName
{
color: #CDCEDB;
}
.AnyTagClassName
{
color: #CDCEDB;
}
</style>
background-color css
<style>
a { background-color: #CDCEDB; }
a { background-color: rgb(205,206,219); }
div.DivClassName
{
background-color: #CDCEDB;
}
.BgClassName
{
background-color: #CDCEDB;
}
</style>
border-color css
<style>
span { border-color: #CDCEDB; }
span { border-color: rgb(205,206,219); }
td.TdClassName
{
border-color: #CDCEDB;
}
.TagClassName
{
border-color: #CDCEDB;
}
</style>