Shades of Periwinkle #CCD3E7
Tints of Periwinkle #CCD3E7
RGB
CMYK
RGB Variations
Color information
#CCD3E7 (or 0xCCD3E7) is known color: Periwinkle. HEX triplet: CC, D3 and E7. RGB value is (204,211,231). Sum of RGB (Red+Green+Blue) = 204+211+231=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 211 (82.81% from 255 or 32.66% from 646); Blue value is 231 (90.62% from 255 or 35.76% from 646); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCD3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD3E7 is #332C18. Grayscale: #D3D3D3. Windows color (decimal): -3353625 or 15193036. OLE color: 15193036.
HSL color Cylindrical-coordinate representation of color #CCD3E7: hue angle of 224.44º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCD3E7 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 211 | 231 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.09 |
| HSL | 224.44º | 0.36% | 0.85% | - |
| HSV(B) | 224.44º | 0.12% | 0.91% | - |
| XYZ | 62.62 | 65.2 | 84.88 | - |
| YUV | 211.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 231 | 0.12 | 0.09 | 0 | 0.09 | 224.44 | 0.36 | 0.85 |
| Hex | CC | D3 | E7 | C | 9 | 0 | 9 | E0 | 24 | 55 |
| Octal | 314 | 323 | 347 | 14 | 11 | 0 | 11 | 340 | 44 | 125 |
| Binary | 11001100 | 11010011 | 11100111 | 1100 | 1001 | 0 | 1001 | 11100000 | 100100 | 1010101 |
Color Harmonies of #CCD3E7
Complementary color
Monochromatic Colors of #CCD3E7
Black with #CCD3E7
Text Example
Text Example
White with #CCD3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3E7; }
p { color: rgb(204,211,231); }
H1.HeaderClassName
{
color: #CCD3E7;
}
.AnyTagClassName
{
color: #CCD3E7;
}
</style>
background-color css
<style>
a { background-color: #CCD3E7; }
a { background-color: rgb(204,211,231); }
div.DivClassName
{
background-color: #CCD3E7;
}
.BgClassName
{
background-color: #CCD3E7;
}
</style>
border-color css
<style>
span { border-color: #CCD3E7; }
span { border-color: rgb(204,211,231); }
td.TdClassName
{
border-color: #CCD3E7;
}
.TagClassName
{
border-color: #CCD3E7;
}
</style>