Shades of Lavender Blue #C4CDFB
Tints of Lavender Blue #C4CDFB
RGB
CMYK
RGB Variations
Color information
#C4CDFB (or 0xC4CDFB) is known color: Lavender Blue. HEX triplet: C4, CD and FB. RGB value is (196,205,251). Sum of RGB (Red+Green+Blue) = 196+205+251=652 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.06% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #C4CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CDFB is #3B3204. Grayscale: #CFCFCF. Windows color (decimal): -3879429 or 16502212. OLE color: 16502212.
HSL color Cylindrical-coordinate representation of color #C4CDFB: hue angle of 230.18º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4CDFB is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 196 | 205 | 251 | - |
CMYK | 0.22 | 0.18 | 0 | 0.02 |
HSL | 230.18º | 0.87% | 0.88% | - |
HSV(B) | 230.18º | 0.22% | 0.98% | - |
XYZ | 62.01 | 62.36 | 100.04 | - |
YUV | 207.55 | 152.52 | 119.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 205 | 251 | 0.22 | 0.18 | 0 | 0.02 | 230.18 | 0.87 | 0.88 |
Hex | C4 | CD | FB | 16 | 12 | 0 | 2 | E6 | 57 | 58 |
Octal | 304 | 315 | 373 | 26 | 22 | 0 | 2 | 346 | 127 | 130 |
Binary | 11000100 | 11001101 | 11111011 | 10110 | 10010 | 0 | 10 | 11100110 | 1010111 | 1011000 |
Color Harmonies of #C4CDFB
Complementary color
Monochromatic Colors of #C4CDFB
Black with #C4CDFB
Text Example
Text Example
White with #C4CDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CDFB; }
p { color: rgb(196,205,251); }
H1.HeaderClassName
{
color: #C4CDFB;
}
.AnyTagClassName
{
color: #C4CDFB;
}
</style>
background-color css
<style>
a { background-color: #C4CDFB; }
a { background-color: rgb(196,205,251); }
div.DivClassName
{
background-color: #C4CDFB;
}
.BgClassName
{
background-color: #C4CDFB;
}
</style>
border-color css
<style>
span { border-color: #C4CDFB; }
span { border-color: rgb(196,205,251); }
td.TdClassName
{
border-color: #C4CDFB;
}
.TagClassName
{
border-color: #C4CDFB;
}
</style>