Shades of Lavender Blue #C7D2FF
Tints of Lavender Blue #C7D2FF
RGB
CMYK
RGB Variations
Color information
#C7D2FF (or 0xC7D2FF) is known color: Lavender Blue. HEX triplet: C7, D2 and FF. RGB value is (199,210,255). Sum of RGB (Red+Green+Blue) = 199+210+255=664 (87% of max value = 765). Red value is 199 (78.12% from 255 or 29.97% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7D2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D2FF is #382D00. Grayscale: #D3D3D3. Windows color (decimal): -3681537 or 16765639. OLE color: 16765639.
HSL color Cylindrical-coordinate representation of color #C7D2FF: hue angle of 228.21º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7D2FF is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 199 | 210 | 255 | - |
CMYK | 0.22 | 0.18 | 0 | 0 |
HSL | 228.21º | 1% | 0.89% | - |
HSV(B) | 228.21º | 0.22% | 1% | - |
XYZ | 64.65 | 65.46 | 103.83 | - |
YUV | 211.84 | 152.36 | 118.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 210 | 255 | 0.22 | 0.18 | 0 | 0 | 228.21 | 1 | 0.89 |
Hex | C7 | D2 | FF | 16 | 12 | 0 | 0 | E4 | 64 | 59 |
Octal | 307 | 322 | 377 | 26 | 22 | 0 | 0 | 344 | 144 | 131 |
Binary | 11000111 | 11010010 | 11111111 | 10110 | 10010 | 0 | 0 | 11100100 | 1100100 | 1011001 |
Color Harmonies of #C7D2FF
Complementary color
Monochromatic Colors of #C7D2FF
Black with #C7D2FF
Text Example
Text Example
White with #C7D2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D2FF; }
p { color: rgb(199,210,255); }
H1.HeaderClassName
{
color: #C7D2FF;
}
.AnyTagClassName
{
color: #C7D2FF;
}
</style>
background-color css
<style>
a { background-color: #C7D2FF; }
a { background-color: rgb(199,210,255); }
div.DivClassName
{
background-color: #C7D2FF;
}
.BgClassName
{
background-color: #C7D2FF;
}
</style>
border-color css
<style>
span { border-color: #C7D2FF; }
span { border-color: rgb(199,210,255); }
td.TdClassName
{
border-color: #C7D2FF;
}
.TagClassName
{
border-color: #C7D2FF;
}
</style>