Shades of Periwinkle #CDD1DF
Tints of Periwinkle #CDD1DF
RGB
CMYK
RGB Variations
Color information
#CDD1DF (or 0xCDD1DF) is known color: Periwinkle. HEX triplet: CD, D1 and DF. RGB value is (205,209,223). Sum of RGB (Red+Green+Blue) = 205+209+223=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDD1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD1DF is #322E20. Grayscale: #D1D1D1. Windows color (decimal): -3288609 or 14668237. OLE color: 14668237.
HSL color Cylindrical-coordinate representation of color #CDD1DF: hue angle of 226.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 #CDD1DF is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 209 | 223 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.13 |
| HSL | 226.67º | 0.22% | 0.84% | - |
| HSV(B) | 226.67º | 0.08% | 0.87% | - |
| XYZ | 61.3 | 63.91 | 78.92 | - |
| YUV | 209.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 223 | 0.08 | 0.06 | 0 | 0.13 | 226.67 | 0.22 | 0.84 |
| Hex | CD | D1 | DF | 8 | 6 | 0 | D | E3 | 16 | 54 |
| Octal | 315 | 321 | 337 | 10 | 6 | 0 | 15 | 343 | 26 | 124 |
| Binary | 11001101 | 11010001 | 11011111 | 1000 | 110 | 0 | 1101 | 11100011 | 10110 | 1010100 |
Color Harmonies of #CDD1DF
Complementary color
Monochromatic Colors of #CDD1DF
Black with #CDD1DF
Text Example
Text Example
White with #CDD1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD1DF; }
p { color: rgb(205,209,223); }
H1.HeaderClassName
{
color: #CDD1DF;
}
.AnyTagClassName
{
color: #CDD1DF;
}
</style>
background-color css
<style>
a { background-color: #CDD1DF; }
a { background-color: rgb(205,209,223); }
div.DivClassName
{
background-color: #CDD1DF;
}
.BgClassName
{
background-color: #CDD1DF;
}
</style>
border-color css
<style>
span { border-color: #CDD1DF; }
span { border-color: rgb(205,209,223); }
td.TdClassName
{
border-color: #CDD1DF;
}
.TagClassName
{
border-color: #CDD1DF;
}
</style>