Shades of Periwinkle #CDCEDF
Tints of Periwinkle #CDCEDF
RGB
CMYK
RGB Variations
Color information
#CDCEDF (or 0xCDCEDF) is known color: Periwinkle. HEX triplet: CD, CE and DF. RGB value is (205,206,223). Sum of RGB (Red+Green+Blue) = 205+206+223=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDCEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCEDF is #323120. Grayscale: #CFCFCF. Windows color (decimal): -3289377 or 14667469. OLE color: 14667469.
HSL color Cylindrical-coordinate representation of color #CDCEDF: hue angle of 236.67º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDCEDF is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 206 | 223 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.13 |
| HSL | 236.67º | 0.22% | 0.84% | - |
| HSV(B) | 236.67º | 0.08% | 0.87% | - |
| XYZ | 60.57 | 62.45 | 78.67 | - |
| YUV | 207.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 223 | 0.08 | 0.08 | 0 | 0.13 | 236.67 | 0.22 | 0.84 |
| Hex | CD | CE | DF | 8 | 8 | 0 | D | ED | 16 | 54 |
| Octal | 315 | 316 | 337 | 10 | 10 | 0 | 15 | 355 | 26 | 124 |
| Binary | 11001101 | 11001110 | 11011111 | 1000 | 1000 | 0 | 1101 | 11101101 | 10110 | 1010100 |
Color Harmonies of #CDCEDF
Complementary color
Monochromatic Colors of #CDCEDF
Black with #CDCEDF
Text Example
Text Example
White with #CDCEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCEDF; }
p { color: rgb(205,206,223); }
H1.HeaderClassName
{
color: #CDCEDF;
}
.AnyTagClassName
{
color: #CDCEDF;
}
</style>
background-color css
<style>
a { background-color: #CDCEDF; }
a { background-color: rgb(205,206,223); }
div.DivClassName
{
background-color: #CDCEDF;
}
.BgClassName
{
background-color: #CDCEDF;
}
</style>
border-color css
<style>
span { border-color: #CDCEDF; }
span { border-color: rgb(205,206,223); }
td.TdClassName
{
border-color: #CDCEDF;
}
.TagClassName
{
border-color: #CDCEDF;
}
</style>