Shades of Lavender Blue #CCD0FD
Tints of Lavender Blue #CCD0FD
RGB
CMYK
RGB Variations
Color information
#CCD0FD (or 0xCCD0FD) is known color: Lavender Blue. HEX triplet: CC, D0 and FD. RGB value is (204,208,253). Sum of RGB (Red+Green+Blue) = 204+208+253=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCD0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD0FD is #332F02. Grayscale: #D3D3D3. Windows color (decimal): -3354371 or 16634060. OLE color: 16634060.
HSL color Cylindrical-coordinate representation of color #CCD0FD: hue angle of 235.1º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCD0FD is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 208 | 253 | - |
CMYK | 0.19 | 0.18 | 0 | 0.01 |
HSL | 235.1º | 0.92% | 0.9% | - |
HSV(B) | 235.1º | 0.19% | 0.99% | - |
XYZ | 65.19 | 65.04 | 102.05 | - |
YUV | 211.93 | 151.17 | 122.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 208 | 253 | 0.19 | 0.18 | 0 | 0.01 | 235.1 | 0.92 | 0.9 |
Hex | CC | D0 | FD | 13 | 12 | 0 | 1 | EB | 5C | 5A |
Octal | 314 | 320 | 375 | 23 | 22 | 0 | 1 | 353 | 134 | 132 |
Binary | 11001100 | 11010000 | 11111101 | 10011 | 10010 | 0 | 1 | 11101011 | 1011100 | 1011010 |
Color Harmonies of #CCD0FD
Complementary color
Monochromatic Colors of #CCD0FD
Black with #CCD0FD
Text Example
Text Example
White with #CCD0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD0FD; }
p { color: rgb(204,208,253); }
H1.HeaderClassName
{
color: #CCD0FD;
}
.AnyTagClassName
{
color: #CCD0FD;
}
</style>
background-color css
<style>
a { background-color: #CCD0FD; }
a { background-color: rgb(204,208,253); }
div.DivClassName
{
background-color: #CCD0FD;
}
.BgClassName
{
background-color: #CCD0FD;
}
</style>
border-color css
<style>
span { border-color: #CCD0FD; }
span { border-color: rgb(204,208,253); }
td.TdClassName
{
border-color: #CCD0FD;
}
.TagClassName
{
border-color: #CCD0FD;
}
</style>