Shades of Periwinkle #CDD0DF
Tints of Periwinkle #CDD0DF
RGB
CMYK
RGB Variations
Color information
#CDD0DF (or 0xCDD0DF) is known color: Periwinkle. HEX triplet: CD, D0 and DF. RGB value is (205,208,223). Sum of RGB (Red+Green+Blue) = 205+208+223=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDD0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0DF is #322F20. Grayscale: #D0D0D0. Windows color (decimal): -3288865 or 14667981. OLE color: 14667981.
HSL color Cylindrical-coordinate representation of color #CDD0DF: hue angle of 230º 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 #CDD0DF is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 205 | 208 | 223 | - |
CMYK | 0.08 | 0.07 | 0 | 0.13 |
HSL | 230º | 0.22% | 0.84% | - |
HSV(B) | 230º | 0.08% | 0.87% | - |
XYZ | 61.05 | 63.42 | 78.84 | - |
YUV | 208.81 | 136.01 | 125.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 208 | 223 | 0.08 | 0.07 | 0 | 0.13 | 230 | 0.22 | 0.84 |
Hex | CD | D0 | DF | 8 | 7 | 0 | D | E6 | 16 | 54 |
Octal | 315 | 320 | 337 | 10 | 7 | 0 | 15 | 346 | 26 | 124 |
Binary | 11001101 | 11010000 | 11011111 | 1000 | 111 | 0 | 1101 | 11100110 | 10110 | 1010100 |
Color Harmonies of #CDD0DF
Complementary color
Monochromatic Colors of #CDD0DF
Black with #CDD0DF
Text Example
Text Example
White with #CDD0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0DF; }
p { color: rgb(205,208,223); }
H1.HeaderClassName
{
color: #CDD0DF;
}
.AnyTagClassName
{
color: #CDD0DF;
}
</style>
background-color css
<style>
a { background-color: #CDD0DF; }
a { background-color: rgb(205,208,223); }
div.DivClassName
{
background-color: #CDD0DF;
}
.BgClassName
{
background-color: #CDD0DF;
}
</style>
border-color css
<style>
span { border-color: #CDD0DF; }
span { border-color: rgb(205,208,223); }
td.TdClassName
{
border-color: #CDD0DF;
}
.TagClassName
{
border-color: #CDD0DF;
}
</style>