Shades of Periwinkle #CCCDE5
Tints of Periwinkle #CCCDE5
RGB
CMYK
RGB Variations
Color information
#CCCDE5 (or 0xCCCDE5) is known color: Periwinkle. HEX triplet: CC, CD and E5. RGB value is (204,205,229). Sum of RGB (Red+Green+Blue) = 204+205+229=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCCDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDE5 is #33321A. Grayscale: #CFCFCF. Windows color (decimal): -3355163 or 15060428. OLE color: 15060428.
HSL color Cylindrical-coordinate representation of color #CCCDE5: hue angle of 237.6º degrees, saturation: 0.32, 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 #CCCDE5 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 205 | 229 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.10 |
| HSL | 237.6º | 0.32% | 0.85% | - |
| HSV(B) | 237.6º | 0.11% | 0.9% | - |
| XYZ | 60.88 | 62.16 | 82.92 | - |
| YUV | 207.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 229 | 0.11 | 0.10 | 0 | 0.10 | 237.6 | 0.32 | 0.85 |
| Hex | CC | CD | E5 | B | A | 0 | A | EE | 20 | 55 |
| Octal | 314 | 315 | 345 | 13 | 12 | 0 | 12 | 356 | 40 | 125 |
| Binary | 11001100 | 11001101 | 11100101 | 1011 | 1010 | 0 | 1010 | 11101110 | 100000 | 1010101 |
Color Harmonies of #CCCDE5
Complementary color
Monochromatic Colors of #CCCDE5
Black with #CCCDE5
Text Example
Text Example
White with #CCCDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDE5; }
p { color: rgb(204,205,229); }
H1.HeaderClassName
{
color: #CCCDE5;
}
.AnyTagClassName
{
color: #CCCDE5;
}
</style>
background-color css
<style>
a { background-color: #CCCDE5; }
a { background-color: rgb(204,205,229); }
div.DivClassName
{
background-color: #CCCDE5;
}
.BgClassName
{
background-color: #CCCDE5;
}
</style>
border-color css
<style>
span { border-color: #CCCDE5; }
span { border-color: rgb(204,205,229); }
td.TdClassName
{
border-color: #CCCDE5;
}
.TagClassName
{
border-color: #CCCDE5;
}
</style>