Shades of Periwinkle #CED1E3
Tints of Periwinkle #CED1E3
RGB
CMYK
RGB Variations
Color information
#CED1E3 (or 0xCED1E3) is known color: Periwinkle. HEX triplet: CE, D1 and E3. RGB value is (206,209,227). Sum of RGB (Red+Green+Blue) = 206+209+227=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 209 (82.03% from 255 or 32.55% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 227 - color contains mainly: blue. Hex color #CED1E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1E3 is #312E1C. Grayscale: #D2D2D2. Windows color (decimal): -3223069 or 14930382. OLE color: 14930382.
HSL color Cylindrical-coordinate representation of color #CED1E3: hue angle of 231.43º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CED1E3 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 209 | 227 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.11 |
| HSL | 231.43º | 0.27% | 0.85% | - |
| HSV(B) | 231.43º | 0.09% | 0.89% | - |
| XYZ | 62.12 | 64.27 | 81.8 | - |
| YUV | 210.16 | 137.51 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 227 | 0.09 | 0.08 | 0 | 0.11 | 231.43 | 0.27 | 0.85 |
| Hex | CE | D1 | E3 | 9 | 8 | 0 | B | E7 | 1B | 55 |
| Octal | 316 | 321 | 343 | 11 | 10 | 0 | 13 | 347 | 33 | 125 |
| Binary | 11001110 | 11010001 | 11100011 | 1001 | 1000 | 0 | 1011 | 11100111 | 11011 | 1010101 |
Color Harmonies of #CED1E3
Complementary color
Monochromatic Colors of #CED1E3
Black with #CED1E3
Text Example
Text Example
White with #CED1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1E3; }
p { color: rgb(206,209,227); }
H1.HeaderClassName
{
color: #CED1E3;
}
.AnyTagClassName
{
color: #CED1E3;
}
</style>
background-color css
<style>
a { background-color: #CED1E3; }
a { background-color: rgb(206,209,227); }
div.DivClassName
{
background-color: #CED1E3;
}
.BgClassName
{
background-color: #CED1E3;
}
</style>
border-color css
<style>
span { border-color: #CED1E3; }
span { border-color: rgb(206,209,227); }
td.TdClassName
{
border-color: #CED1E3;
}
.TagClassName
{
border-color: #CED1E3;
}
</style>