Shades of Periwinkle #CBCEDD
Tints of Periwinkle #CBCEDD
RGB
CMYK
RGB Variations
Color information
#CBCEDD (or 0xCBCEDD) is known color: Periwinkle. HEX triplet: CB, CE and DD. RGB value is (203,206,221). Sum of RGB (Red+Green+Blue) = 203+206+221=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBCEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCEDD is #343122. Grayscale: #CECECE. Windows color (decimal): -3420451 or 14536395. OLE color: 14536395.
HSL color Cylindrical-coordinate representation of color #CBCEDD: hue angle of 230º 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 #CBCEDD is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 203 | 206 | 221 | - |
CMYK | 0.08 | 0.07 | 0 | 0.13 |
HSL | 230º | 0.21% | 0.83% | - |
HSV(B) | 230º | 0.08% | 0.87% | - |
XYZ | 59.75 | 62.06 | 77.24 | - |
YUV | 206.81 | 136.01 | 125.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 206 | 221 | 0.08 | 0.07 | 0 | 0.13 | 230 | 0.21 | 0.83 |
Hex | CB | CE | DD | 8 | 7 | 0 | D | E6 | 15 | 53 |
Octal | 313 | 316 | 335 | 10 | 7 | 0 | 15 | 346 | 25 | 123 |
Binary | 11001011 | 11001110 | 11011101 | 1000 | 111 | 0 | 1101 | 11100110 | 10101 | 1010011 |
Color Harmonies of #CBCEDD
Complementary color
Monochromatic Colors of #CBCEDD
Black with #CBCEDD
Text Example
Text Example
White with #CBCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEDD; }
p { color: rgb(203,206,221); }
H1.HeaderClassName
{
color: #CBCEDD;
}
.AnyTagClassName
{
color: #CBCEDD;
}
</style>
background-color css
<style>
a { background-color: #CBCEDD; }
a { background-color: rgb(203,206,221); }
div.DivClassName
{
background-color: #CBCEDD;
}
.BgClassName
{
background-color: #CBCEDD;
}
</style>
border-color css
<style>
span { border-color: #CBCEDD; }
span { border-color: rgb(203,206,221); }
td.TdClassName
{
border-color: #CBCEDD;
}
.TagClassName
{
border-color: #CBCEDD;
}
</style>