Shades of Lavender Blue #C3CDFD
Tints of Lavender Blue #C3CDFD
RGB
CMYK
RGB Variations
Color information
#C3CDFD (or 0xC3CDFD) is known color: Lavender Blue. HEX triplet: C3, CD and FD. RGB value is (195,205,253). Sum of RGB (Red+Green+Blue) = 195+205+253=653 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.86% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CDFD is #3C3202. Grayscale: #CFCFCF. Windows color (decimal): -3944963 or 16633283. OLE color: 16633283.
HSL color Cylindrical-coordinate representation of color #C3CDFD: hue angle of 229.66º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3CDFD is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 195 | 205 | 253 | - |
CMYK | 0.23 | 0.19 | 0 | 0.01 |
HSL | 229.66º | 0.94% | 0.88% | - |
HSV(B) | 229.66º | 0.23% | 0.99% | - |
XYZ | 62.07 | 62.36 | 101.69 | - |
YUV | 207.48 | 153.69 | 119.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 205 | 253 | 0.23 | 0.19 | 0 | 0.01 | 229.66 | 0.94 | 0.88 |
Hex | C3 | CD | FD | 17 | 13 | 0 | 1 | E6 | 5E | 58 |
Octal | 303 | 315 | 375 | 27 | 23 | 0 | 1 | 346 | 136 | 130 |
Binary | 11000011 | 11001101 | 11111101 | 10111 | 10011 | 0 | 1 | 11100110 | 1011110 | 1011000 |
Color Harmonies of #C3CDFD
Complementary color
Monochromatic Colors of #C3CDFD
Black with #C3CDFD
Text Example
Text Example
White with #C3CDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CDFD; }
p { color: rgb(195,205,253); }
H1.HeaderClassName
{
color: #C3CDFD;
}
.AnyTagClassName
{
color: #C3CDFD;
}
</style>
background-color css
<style>
a { background-color: #C3CDFD; }
a { background-color: rgb(195,205,253); }
div.DivClassName
{
background-color: #C3CDFD;
}
.BgClassName
{
background-color: #C3CDFD;
}
</style>
border-color css
<style>
span { border-color: #C3CDFD; }
span { border-color: rgb(195,205,253); }
td.TdClassName
{
border-color: #C3CDFD;
}
.TagClassName
{
border-color: #C3CDFD;
}
</style>