Shades of Periwinkle #CDCEDC
Tints of Periwinkle #CDCEDC
RGB
CMYK
RGB Variations
Color information
#CDCEDC (or 0xCDCEDC) is known color: Periwinkle. HEX triplet: CD, CE and DC. RGB value is (205,206,220). Sum of RGB (Red+Green+Blue) = 205+206+220=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDCEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCEDC is #323123. Grayscale: #CFCFCF. Windows color (decimal): -3289380 or 14470861. OLE color: 14470861.
HSL color Cylindrical-coordinate representation of color #CDCEDC: hue angle of 236º degrees, saturation: 0.18, 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 #CDCEDC is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 206 | 220 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.14 |
| HSL | 236º | 0.18% | 0.83% | - |
| HSV(B) | 236º | 0.07% | 0.86% | - |
| XYZ | 60.17 | 62.29 | 76.56 | - |
| YUV | 207.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 220 | 0.07 | 0.06 | 0 | 0.14 | 236 | 0.18 | 0.83 |
| Hex | CD | CE | DC | 7 | 6 | 0 | E | EC | 12 | 53 |
| Octal | 315 | 316 | 334 | 7 | 6 | 0 | 16 | 354 | 22 | 123 |
| Binary | 11001101 | 11001110 | 11011100 | 111 | 110 | 0 | 1110 | 11101100 | 10010 | 1010011 |
Color Harmonies of #CDCEDC
Complementary color
Monochromatic Colors of #CDCEDC
Black with #CDCEDC
Text Example
Text Example
White with #CDCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCEDC; }
p { color: rgb(205,206,220); }
H1.HeaderClassName
{
color: #CDCEDC;
}
.AnyTagClassName
{
color: #CDCEDC;
}
</style>
background-color css
<style>
a { background-color: #CDCEDC; }
a { background-color: rgb(205,206,220); }
div.DivClassName
{
background-color: #CDCEDC;
}
.BgClassName
{
background-color: #CDCEDC;
}
</style>
border-color css
<style>
span { border-color: #CDCEDC; }
span { border-color: rgb(205,206,220); }
td.TdClassName
{
border-color: #CDCEDC;
}
.TagClassName
{
border-color: #CDCEDC;
}
</style>