Shades of Periwinkle #CBD5E4
Tints of Periwinkle #CBD5E4
RGB
CMYK
RGB Variations
Color information
#CBD5E4 (or 0xCBD5E4) is known color: Periwinkle. HEX triplet: CB, D5 and E4. RGB value is (203,213,228). Sum of RGB (Red+Green+Blue) = 203+213+228=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBD5E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5E4 is #342A1B. Grayscale: #D3D3D3. Windows color (decimal): -3418652 or 14996939. OLE color: 14996939.
HSL color Cylindrical-coordinate representation of color #CBD5E4: hue angle of 216º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBD5E4 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 203 | 213 | 228 | - |
CMYK | 0.11 | 0.07 | 0 | 0.11 |
HSL | 216º | 0.32% | 0.85% | - |
HSV(B) | 216º | 0.11% | 0.89% | - |
XYZ | 62.43 | 65.89 | 82.83 | - |
YUV | 211.72 | 137.19 | 121.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 213 | 228 | 0.11 | 0.07 | 0 | 0.11 | 216 | 0.32 | 0.85 |
Hex | CB | D5 | E4 | B | 7 | 0 | B | D8 | 20 | 55 |
Octal | 313 | 325 | 344 | 13 | 7 | 0 | 13 | 330 | 40 | 125 |
Binary | 11001011 | 11010101 | 11100100 | 1011 | 111 | 0 | 1011 | 11011000 | 100000 | 1010101 |
Color Harmonies of #CBD5E4
Complementary color
Monochromatic Colors of #CBD5E4
Black with #CBD5E4
Text Example
Text Example
White with #CBD5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD5E4; }
p { color: rgb(203,213,228); }
H1.HeaderClassName
{
color: #CBD5E4;
}
.AnyTagClassName
{
color: #CBD5E4;
}
</style>
background-color css
<style>
a { background-color: #CBD5E4; }
a { background-color: rgb(203,213,228); }
div.DivClassName
{
background-color: #CBD5E4;
}
.BgClassName
{
background-color: #CBD5E4;
}
</style>
border-color css
<style>
span { border-color: #CBD5E4; }
span { border-color: rgb(203,213,228); }
td.TdClassName
{
border-color: #CBD5E4;
}
.TagClassName
{
border-color: #CBD5E4;
}
</style>