Shades of Lavender Blue #CCCDF0
Tints of Lavender Blue #CCCDF0
RGB
CMYK
RGB Variations
Color information
#CCCDF0 (or 0xCCCDF0) is known color: Lavender Blue. HEX triplet: CC, CD and F0. RGB value is (204,205,240). Sum of RGB (Red+Green+Blue) = 204+205+240=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCCDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDF0 is #33320F. Grayscale: #D0D0D0. Windows color (decimal): -3355152 or 15781324. OLE color: 15781324.
HSL color Cylindrical-coordinate representation of color #CCCDF0: hue angle of 238.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCCDF0 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 204 | 205 | 240 | - |
CMYK | 0.15 | 0.15 | 0 | 0.06 |
HSL | 238.33º | 0.55% | 0.87% | - |
HSV(B) | 238.33º | 0.15% | 0.94% | - |
XYZ | 62.46 | 62.79 | 91.27 | - |
YUV | 208.69 | 145.67 | 124.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 205 | 240 | 0.15 | 0.15 | 0 | 0.06 | 238.33 | 0.55 | 0.87 |
Hex | CC | CD | F0 | F | F | 0 | 6 | EE | 37 | 57 |
Octal | 314 | 315 | 360 | 17 | 17 | 0 | 6 | 356 | 67 | 127 |
Binary | 11001100 | 11001101 | 11110000 | 1111 | 1111 | 0 | 110 | 11101110 | 110111 | 1010111 |
Color Harmonies of #CCCDF0
Complementary color
Monochromatic Colors of #CCCDF0
Black with #CCCDF0
Text Example
Text Example
White with #CCCDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDF0; }
p { color: rgb(204,205,240); }
H1.HeaderClassName
{
color: #CCCDF0;
}
.AnyTagClassName
{
color: #CCCDF0;
}
</style>
background-color css
<style>
a { background-color: #CCCDF0; }
a { background-color: rgb(204,205,240); }
div.DivClassName
{
background-color: #CCCDF0;
}
.BgClassName
{
background-color: #CCCDF0;
}
</style>
border-color css
<style>
span { border-color: #CCCDF0; }
span { border-color: rgb(204,205,240); }
td.TdClassName
{
border-color: #CCCDF0;
}
.TagClassName
{
border-color: #CCCDF0;
}
</style>