Shades of Lavender Blue #CCCDF7
Tints of Lavender Blue #CCCDF7
RGB
CMYK
RGB Variations
Color information
#CCCDF7 (or 0xCCCDF7) is known color: Lavender Blue. HEX triplet: CC, CD and F7. RGB value is (204,205,247). Sum of RGB (Red+Green+Blue) = 204+205+247=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 247 (96.88% from 255 or 37.65% from 656); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCCDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDF7 is #333208. Grayscale: #D1D1D1. Windows color (decimal): -3355145 or 16240076. OLE color: 16240076.
HSL color Cylindrical-coordinate representation of color #CCCDF7: hue angle of 238.6º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCCDF7 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 204 | 205 | 247 | - |
CMYK | 0.17 | 0.17 | 0 | 0.03 |
HSL | 238.6º | 0.73% | 0.88% | - |
HSV(B) | 238.6º | 0.17% | 0.97% | - |
XYZ | 63.52 | 63.22 | 96.85 | - |
YUV | 209.49 | 149.17 | 124.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 205 | 247 | 0.17 | 0.17 | 0 | 0.03 | 238.6 | 0.73 | 0.88 |
Hex | CC | CD | F7 | 11 | 11 | 0 | 3 | EF | 49 | 58 |
Octal | 314 | 315 | 367 | 21 | 21 | 0 | 3 | 357 | 111 | 130 |
Binary | 11001100 | 11001101 | 11110111 | 10001 | 10001 | 0 | 11 | 11101111 | 1001001 | 1011000 |
Color Harmonies of #CCCDF7
Complementary color
Monochromatic Colors of #CCCDF7
Black with #CCCDF7
Text Example
Text Example
White with #CCCDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDF7; }
p { color: rgb(204,205,247); }
H1.HeaderClassName
{
color: #CCCDF7;
}
.AnyTagClassName
{
color: #CCCDF7;
}
</style>
background-color css
<style>
a { background-color: #CCCDF7; }
a { background-color: rgb(204,205,247); }
div.DivClassName
{
background-color: #CCCDF7;
}
.BgClassName
{
background-color: #CCCDF7;
}
</style>
border-color css
<style>
span { border-color: #CCCDF7; }
span { border-color: rgb(204,205,247); }
td.TdClassName
{
border-color: #CCCDF7;
}
.TagClassName
{
border-color: #CCCDF7;
}
</style>