Shades of Periwinkle #CCCDE4
Tints of Periwinkle #CCCDE4
RGB
CMYK
RGB Variations
Color information
#CCCDE4 (or 0xCCCDE4) is known color: Periwinkle. HEX triplet: CC, CD and E4. RGB value is (204,205,228). Sum of RGB (Red+Green+Blue) = 204+205+228=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCCDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDE4 is #33321B. Grayscale: #CFCFCF. Windows color (decimal): -3355164 or 14994892. OLE color: 14994892.
HSL color Cylindrical-coordinate representation of color #CCCDE4: hue angle of 237.5º degrees, saturation: 0.31, 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 #CCCDE4 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 205 | 228 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.11 |
| HSL | 237.5º | 0.31% | 0.85% | - |
| HSV(B) | 237.5º | 0.11% | 0.89% | - |
| XYZ | 60.74 | 62.1 | 82.18 | - |
| YUV | 207.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 228 | 0.11 | 0.10 | 0 | 0.11 | 237.5 | 0.31 | 0.85 |
| Hex | CC | CD | E4 | B | A | 0 | B | EE | 1F | 55 |
| Octal | 314 | 315 | 344 | 13 | 12 | 0 | 13 | 356 | 37 | 125 |
| Binary | 11001100 | 11001101 | 11100100 | 1011 | 1010 | 0 | 1011 | 11101110 | 11111 | 1010101 |
Color Harmonies of #CCCDE4
Complementary color
Monochromatic Colors of #CCCDE4
Black with #CCCDE4
Text Example
Text Example
White with #CCCDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDE4; }
p { color: rgb(204,205,228); }
H1.HeaderClassName
{
color: #CCCDE4;
}
.AnyTagClassName
{
color: #CCCDE4;
}
</style>
background-color css
<style>
a { background-color: #CCCDE4; }
a { background-color: rgb(204,205,228); }
div.DivClassName
{
background-color: #CCCDE4;
}
.BgClassName
{
background-color: #CCCDE4;
}
</style>
border-color css
<style>
span { border-color: #CCCDE4; }
span { border-color: rgb(204,205,228); }
td.TdClassName
{
border-color: #CCCDE4;
}
.TagClassName
{
border-color: #CCCDE4;
}
</style>