Shades of Lavender Blue #CCD1F7
Tints of Lavender Blue #CCD1F7
RGB
CMYK
RGB Variations
Color information
#CCD1F7 (or 0xCCD1F7) is known color: Lavender Blue. HEX triplet: CC, D1 and F7. RGB value is (204,209,247). Sum of RGB (Red+Green+Blue) = 204+209+247=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 247 (96.88% from 255 or 37.42% from 660); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCD1F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD1F7 is #332E08. Grayscale: #D3D3D3. Windows color (decimal): -3354121 or 16241100. OLE color: 16241100.
HSL color Cylindrical-coordinate representation of color #CCD1F7: hue angle of 233.02º 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 #CCD1F7 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 204 | 209 | 247 | - |
CMYK | 0.17 | 0.15 | 0 | 0.03 |
HSL | 233.02º | 0.73% | 0.88% | - |
HSV(B) | 233.02º | 0.17% | 0.97% | - |
XYZ | 64.49 | 65.15 | 97.17 | - |
YUV | 211.84 | 147.84 | 122.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 209 | 247 | 0.17 | 0.15 | 0 | 0.03 | 233.02 | 0.73 | 0.88 |
Hex | CC | D1 | F7 | 11 | F | 0 | 3 | E9 | 49 | 58 |
Octal | 314 | 321 | 367 | 21 | 17 | 0 | 3 | 351 | 111 | 130 |
Binary | 11001100 | 11010001 | 11110111 | 10001 | 1111 | 0 | 11 | 11101001 | 1001001 | 1011000 |
Color Harmonies of #CCD1F7
Complementary color
Monochromatic Colors of #CCD1F7
Black with #CCD1F7
Text Example
Text Example
White with #CCD1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD1F7; }
p { color: rgb(204,209,247); }
H1.HeaderClassName
{
color: #CCD1F7;
}
.AnyTagClassName
{
color: #CCD1F7;
}
</style>
background-color css
<style>
a { background-color: #CCD1F7; }
a { background-color: rgb(204,209,247); }
div.DivClassName
{
background-color: #CCD1F7;
}
.BgClassName
{
background-color: #CCD1F7;
}
</style>
border-color css
<style>
span { border-color: #CCD1F7; }
span { border-color: rgb(204,209,247); }
td.TdClassName
{
border-color: #CCD1F7;
}
.TagClassName
{
border-color: #CCD1F7;
}
</style>