Shades of Periwinkle #CCD0DF
Tints of Periwinkle #CCD0DF
RGB
CMYK
RGB Variations
Color information
#CCD0DF (or 0xCCD0DF) is known color: Periwinkle. HEX triplet: CC, D0 and DF. RGB value is (204,208,223). Sum of RGB (Red+Green+Blue) = 204+208+223=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCD0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0DF is #332F20. Grayscale: #D0D0D0. Windows color (decimal): -3354401 or 14667980. OLE color: 14667980.
HSL color Cylindrical-coordinate representation of color #CCD0DF: hue angle of 227.37º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCD0DF is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 208 | 223 | - |
CMYK | 0.09 | 0.07 | 0 | 0.13 |
HSL | 227.37º | 0.23% | 0.84% | - |
HSV(B) | 227.37º | 0.09% | 0.87% | - |
XYZ | 60.78 | 63.28 | 78.82 | - |
YUV | 208.51 | 136.17 | 124.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 208 | 223 | 0.09 | 0.07 | 0 | 0.13 | 227.37 | 0.23 | 0.84 |
Hex | CC | D0 | DF | 9 | 7 | 0 | D | E3 | 17 | 54 |
Octal | 314 | 320 | 337 | 11 | 7 | 0 | 15 | 343 | 27 | 124 |
Binary | 11001100 | 11010000 | 11011111 | 1001 | 111 | 0 | 1101 | 11100011 | 10111 | 1010100 |
Color Harmonies of #CCD0DF
Complementary color
Monochromatic Colors of #CCD0DF
Black with #CCD0DF
Text Example
Text Example
White with #CCD0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD0DF; }
p { color: rgb(204,208,223); }
H1.HeaderClassName
{
color: #CCD0DF;
}
.AnyTagClassName
{
color: #CCD0DF;
}
</style>
background-color css
<style>
a { background-color: #CCD0DF; }
a { background-color: rgb(204,208,223); }
div.DivClassName
{
background-color: #CCD0DF;
}
.BgClassName
{
background-color: #CCD0DF;
}
</style>
border-color css
<style>
span { border-color: #CCD0DF; }
span { border-color: rgb(204,208,223); }
td.TdClassName
{
border-color: #CCD0DF;
}
.TagClassName
{
border-color: #CCD0DF;
}
</style>