Shades of Periwinkle #CBCCDD
Tints of Periwinkle #CBCCDD
RGB
CMYK
RGB Variations
Color information
#CBCCDD (or 0xCBCCDD) is known color: Periwinkle. HEX triplet: CB, CC and DD. RGB value is (203,204,221). Sum of RGB (Red+Green+Blue) = 203+204+221=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBCCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCDD is #343322. Grayscale: #CDCDCD. Windows color (decimal): -3420963 or 14535883. OLE color: 14535883.
HSL color Cylindrical-coordinate representation of color #CBCCDD: hue angle of 236.67º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBCCDD is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 203 | 204 | 221 | - |
CMYK | 0.08 | 0.08 | 0 | 0.13 |
HSL | 236.67º | 0.21% | 0.83% | - |
HSV(B) | 236.67º | 0.08% | 0.87% | - |
XYZ | 59.27 | 61.1 | 77.08 | - |
YUV | 205.64 | 136.67 | 126.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 204 | 221 | 0.08 | 0.08 | 0 | 0.13 | 236.67 | 0.21 | 0.83 |
Hex | CB | CC | DD | 8 | 8 | 0 | D | ED | 15 | 53 |
Octal | 313 | 314 | 335 | 10 | 10 | 0 | 15 | 355 | 25 | 123 |
Binary | 11001011 | 11001100 | 11011101 | 1000 | 1000 | 0 | 1101 | 11101101 | 10101 | 1010011 |
Color Harmonies of #CBCCDD
Complementary color
Monochromatic Colors of #CBCCDD
Black with #CBCCDD
Text Example
Text Example
White with #CBCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCDD; }
p { color: rgb(203,204,221); }
H1.HeaderClassName
{
color: #CBCCDD;
}
.AnyTagClassName
{
color: #CBCCDD;
}
</style>
background-color css
<style>
a { background-color: #CBCCDD; }
a { background-color: rgb(203,204,221); }
div.DivClassName
{
background-color: #CBCCDD;
}
.BgClassName
{
background-color: #CBCCDD;
}
</style>
border-color css
<style>
span { border-color: #CBCCDD; }
span { border-color: rgb(203,204,221); }
td.TdClassName
{
border-color: #CBCCDD;
}
.TagClassName
{
border-color: #CBCCDD;
}
</style>