Shades of Periwinkle #CED3E1
Tints of Periwinkle #CED3E1
RGB
CMYK
RGB Variations
Color information
#CED3E1 (or 0xCED3E1) is known color: Periwinkle. HEX triplet: CE, D3 and E1. RGB value is (206,211,225). Sum of RGB (Red+Green+Blue) = 206+211+225=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 211 (82.81% from 255 or 32.87% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 225 - color contains mainly: blue. Hex color #CED3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED3E1 is #312C1E. Grayscale: #D3D3D3. Windows color (decimal): -3222559 or 14799822. OLE color: 14799822.
HSL color Cylindrical-coordinate representation of color #CED3E1: hue angle of 224.21º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CED3E1 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 211 | 225 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.12 |
| HSL | 224.21º | 0.24% | 0.85% | - |
| HSV(B) | 224.21º | 0.08% | 0.88% | - |
| XYZ | 62.34 | 65.15 | 80.52 | - |
| YUV | 211.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 225 | 0.08 | 0.06 | 0 | 0.12 | 224.21 | 0.24 | 0.85 |
| Hex | CE | D3 | E1 | 8 | 6 | 0 | C | E0 | 18 | 55 |
| Octal | 316 | 323 | 341 | 10 | 6 | 0 | 14 | 340 | 30 | 125 |
| Binary | 11001110 | 11010011 | 11100001 | 1000 | 110 | 0 | 1100 | 11100000 | 11000 | 1010101 |
Color Harmonies of #CED3E1
Complementary color
Monochromatic Colors of #CED3E1
Black with #CED3E1
Text Example
Text Example
White with #CED3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3E1; }
p { color: rgb(206,211,225); }
H1.HeaderClassName
{
color: #CED3E1;
}
.AnyTagClassName
{
color: #CED3E1;
}
</style>
background-color css
<style>
a { background-color: #CED3E1; }
a { background-color: rgb(206,211,225); }
div.DivClassName
{
background-color: #CED3E1;
}
.BgClassName
{
background-color: #CED3E1;
}
</style>
border-color css
<style>
span { border-color: #CED3E1; }
span { border-color: rgb(206,211,225); }
td.TdClassName
{
border-color: #CED3E1;
}
.TagClassName
{
border-color: #CED3E1;
}
</style>