Shades of Lavender Blue #CCCDF8
Tints of Lavender Blue #CCCDF8
RGB
CMYK
RGB Variations
Color information
#CCCDF8 (or 0xCCCDF8) is known color: Lavender Blue. HEX triplet: CC, CD and F8. RGB value is (204,205,248). Sum of RGB (Red+Green+Blue) = 204+205+248=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCCDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDF8 is #333207. Grayscale: #D1D1D1. Windows color (decimal): -3355144 or 16305612. OLE color: 16305612.
HSL color Cylindrical-coordinate representation of color #CCCDF8: hue angle of 238.64º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCCDF8 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 204 | 205 | 248 | - |
CMYK | 0.18 | 0.17 | 0 | 0.03 |
HSL | 238.64º | 0.76% | 0.89% | - |
HSV(B) | 238.64º | 0.18% | 0.97% | - |
XYZ | 63.68 | 63.28 | 97.66 | - |
YUV | 209.6 | 149.67 | 124 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 205 | 248 | 0.18 | 0.17 | 0 | 0.03 | 238.64 | 0.76 | 0.89 |
Hex | CC | CD | F8 | 12 | 11 | 0 | 3 | EF | 4C | 59 |
Octal | 314 | 315 | 370 | 22 | 21 | 0 | 3 | 357 | 114 | 131 |
Binary | 11001100 | 11001101 | 11111000 | 10010 | 10001 | 0 | 11 | 11101111 | 1001100 | 1011001 |
Color Harmonies of #CCCDF8
Complementary color
Monochromatic Colors of #CCCDF8
Black with #CCCDF8
Text Example
Text Example
White with #CCCDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDF8; }
p { color: rgb(204,205,248); }
H1.HeaderClassName
{
color: #CCCDF8;
}
.AnyTagClassName
{
color: #CCCDF8;
}
</style>
background-color css
<style>
a { background-color: #CCCDF8; }
a { background-color: rgb(204,205,248); }
div.DivClassName
{
background-color: #CCCDF8;
}
.BgClassName
{
background-color: #CCCDF8;
}
</style>
border-color css
<style>
span { border-color: #CCCDF8; }
span { border-color: rgb(204,205,248); }
td.TdClassName
{
border-color: #CCCDF8;
}
.TagClassName
{
border-color: #CCCDF8;
}
</style>