Shades of Periwinkle #CBCFDF
Tints of Periwinkle #CBCFDF
RGB
CMYK
RGB Variations
Color information
#CBCFDF (or 0xCBCFDF) is known color: Periwinkle. HEX triplet: CB, CF and DF. RGB value is (203,207,223). Sum of RGB (Red+Green+Blue) = 203+207+223=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBCFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCFDF is #343020. Grayscale: #CFCFCF. Windows color (decimal): -3420193 or 14667723. OLE color: 14667723.
HSL color Cylindrical-coordinate representation of color #CBCFDF: hue angle of 228º degrees, saturation: 0.24, 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 #CBCFDF is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 203 | 207 | 223 | - |
CMYK | 0.09 | 0.07 | 0 | 0.13 |
HSL | 228º | 0.24% | 0.84% | - |
HSV(B) | 228º | 0.09% | 0.87% | - |
XYZ | 60.26 | 62.65 | 78.73 | - |
YUV | 207.63 | 136.67 | 124.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 207 | 223 | 0.09 | 0.07 | 0 | 0.13 | 228 | 0.24 | 0.84 |
Hex | CB | CF | DF | 9 | 7 | 0 | D | E4 | 18 | 54 |
Octal | 313 | 317 | 337 | 11 | 7 | 0 | 15 | 344 | 30 | 124 |
Binary | 11001011 | 11001111 | 11011111 | 1001 | 111 | 0 | 1101 | 11100100 | 11000 | 1010100 |
Color Harmonies of #CBCFDF
Complementary color
Monochromatic Colors of #CBCFDF
Black with #CBCFDF
Text Example
Text Example
White with #CBCFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFDF; }
p { color: rgb(203,207,223); }
H1.HeaderClassName
{
color: #CBCFDF;
}
.AnyTagClassName
{
color: #CBCFDF;
}
</style>
background-color css
<style>
a { background-color: #CBCFDF; }
a { background-color: rgb(203,207,223); }
div.DivClassName
{
background-color: #CBCFDF;
}
.BgClassName
{
background-color: #CBCFDF;
}
</style>
border-color css
<style>
span { border-color: #CBCFDF; }
span { border-color: rgb(203,207,223); }
td.TdClassName
{
border-color: #CBCFDF;
}
.TagClassName
{
border-color: #CBCFDF;
}
</style>