Shades of Periwinkle #CBD4E5
Tints of Periwinkle #CBD4E5
RGB
CMYK
RGB Variations
Color information
#CBD4E5 (or 0xCBD4E5) is known color: Periwinkle. HEX triplet: CB, D4 and E5. RGB value is (203,212,229). Sum of RGB (Red+Green+Blue) = 203+212+229=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 212 (83.20% from 255 or 32.92% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBD4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD4E5 is #342B1A. Grayscale: #D3D3D3. Windows color (decimal): -3418907 or 15062219. OLE color: 15062219.
HSL color Cylindrical-coordinate representation of color #CBD4E5: hue angle of 219.23º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBD4E5 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 212 | 229 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.10 |
| HSL | 219.23º | 0.33% | 0.85% | - |
| HSV(B) | 219.23º | 0.11% | 0.9% | - |
| XYZ | 62.31 | 65.44 | 83.48 | - |
| YUV | 211.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 229 | 0.11 | 0.07 | 0 | 0.10 | 219.23 | 0.33 | 0.85 |
| Hex | CB | D4 | E5 | B | 7 | 0 | A | DB | 21 | 55 |
| Octal | 313 | 324 | 345 | 13 | 7 | 0 | 12 | 333 | 41 | 125 |
| Binary | 11001011 | 11010100 | 11100101 | 1011 | 111 | 0 | 1010 | 11011011 | 100001 | 1010101 |
Color Harmonies of #CBD4E5
Complementary color
Monochromatic Colors of #CBD4E5
Black with #CBD4E5
Text Example
Text Example
White with #CBD4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD4E5; }
p { color: rgb(203,212,229); }
H1.HeaderClassName
{
color: #CBD4E5;
}
.AnyTagClassName
{
color: #CBD4E5;
}
</style>
background-color css
<style>
a { background-color: #CBD4E5; }
a { background-color: rgb(203,212,229); }
div.DivClassName
{
background-color: #CBD4E5;
}
.BgClassName
{
background-color: #CBD4E5;
}
</style>
border-color css
<style>
span { border-color: #CBD4E5; }
span { border-color: rgb(203,212,229); }
td.TdClassName
{
border-color: #CBD4E5;
}
.TagClassName
{
border-color: #CBD4E5;
}
</style>