Shades of Lavender Blue #CCCDF5
Tints of Lavender Blue #CCCDF5
RGB
CMYK
RGB Variations
Color information
#CCCDF5 (or 0xCCCDF5) is known color: Lavender Blue. HEX triplet: CC, CD and F5. RGB value is (204,205,245). Sum of RGB (Red+Green+Blue) = 204+205+245=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCCDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDF5 is #33320A. Grayscale: #D1D1D1. Windows color (decimal): -3355147 or 16109004. OLE color: 16109004.
HSL color Cylindrical-coordinate representation of color #CCCDF5: hue angle of 238.54º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCCDF5 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 205 | 245 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.04 |
| HSL | 238.54º | 0.67% | 0.88% | - |
| HSV(B) | 238.54º | 0.17% | 0.96% | - |
| XYZ | 63.21 | 63.09 | 95.23 | - |
| YUV | 209.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 245 | 0.17 | 0.16 | 0 | 0.04 | 238.54 | 0.67 | 0.88 |
| Hex | CC | CD | F5 | 11 | 10 | 0 | 4 | EF | 43 | 58 |
| Octal | 314 | 315 | 365 | 21 | 20 | 0 | 4 | 357 | 103 | 130 |
| Binary | 11001100 | 11001101 | 11110101 | 10001 | 10000 | 0 | 100 | 11101111 | 1000011 | 1011000 |
Color Harmonies of #CCCDF5
Complementary color
Monochromatic Colors of #CCCDF5
Black with #CCCDF5
Text Example
Text Example
White with #CCCDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDF5; }
p { color: rgb(204,205,245); }
H1.HeaderClassName
{
color: #CCCDF5;
}
.AnyTagClassName
{
color: #CCCDF5;
}
</style>
background-color css
<style>
a { background-color: #CCCDF5; }
a { background-color: rgb(204,205,245); }
div.DivClassName
{
background-color: #CCCDF5;
}
.BgClassName
{
background-color: #CCCDF5;
}
</style>
border-color css
<style>
span { border-color: #CCCDF5; }
span { border-color: rgb(204,205,245); }
td.TdClassName
{
border-color: #CCCDF5;
}
.TagClassName
{
border-color: #CCCDF5;
}
</style>