Shades of Periwinkle #CDCEDA
Tints of Periwinkle #CDCEDA
RGB
CMYK
RGB Variations
Color information
#CDCEDA (or 0xCDCEDA) is known color: Periwinkle. HEX triplet: CD, CE and DA. RGB value is (205,206,218). Sum of RGB (Red+Green+Blue) = 205+206+218=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDCEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCEDA is #323125. Grayscale: #CFCFCF. Windows color (decimal): -3289382 or 14339789. OLE color: 14339789.
HSL color Cylindrical-coordinate representation of color #CDCEDA: hue angle of 235.38º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDCEDA is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 205 | 206 | 218 | - |
CMYK | 0.06 | 0.06 | 0 | 0.15 |
HSL | 235.38º | 0.15% | 0.83% | - |
HSV(B) | 235.38º | 0.06% | 0.85% | - |
XYZ | 59.9 | 62.18 | 75.18 | - |
YUV | 207.07 | 134.17 | 126.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 206 | 218 | 0.06 | 0.06 | 0 | 0.15 | 235.38 | 0.15 | 0.83 |
Hex | CD | CE | DA | 6 | 6 | 0 | F | EB | F | 53 |
Octal | 315 | 316 | 332 | 6 | 6 | 0 | 17 | 353 | 17 | 123 |
Binary | 11001101 | 11001110 | 11011010 | 110 | 110 | 0 | 1111 | 11101011 | 1111 | 1010011 |
Color Harmonies of #CDCEDA
Complementary color
Monochromatic Colors of #CDCEDA
Black with #CDCEDA
Text Example
Text Example
White with #CDCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCEDA; }
p { color: rgb(205,206,218); }
H1.HeaderClassName
{
color: #CDCEDA;
}
.AnyTagClassName
{
color: #CDCEDA;
}
</style>
background-color css
<style>
a { background-color: #CDCEDA; }
a { background-color: rgb(205,206,218); }
div.DivClassName
{
background-color: #CDCEDA;
}
.BgClassName
{
background-color: #CDCEDA;
}
</style>
border-color css
<style>
span { border-color: #CDCEDA; }
span { border-color: rgb(205,206,218); }
td.TdClassName
{
border-color: #CDCEDA;
}
.TagClassName
{
border-color: #CDCEDA;
}
</style>