#C7CBFC

Color #C7CBFC Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #C7CBFC

Tints of Lavender Blue #C7CBFC

Color information

#C7CBFC (or 0xC7CBFC) is unknown color: approx Lavender Blue. HEX triplet: C7, CB and FC. RGB value is (199,203,252). Sum of RGB (Red+Green+Blue) = 199+203+252=654 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.43% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CBFC is #383403. Grayscale: #CFCFCF. Windows color (decimal): -3683332 or 16567239. OLE color: 16567239.

HSL color Cylindrical-coordinate representation of color #C7CBFC: hue angle of 235.47º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7CBFC is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB199203252-
CMYK0.210.1900.01
HSL235.47º89.83%88.43%-
HSV(B)235.47º21.03%98.82%-
XYZ62.4861.88100.75-
YUV207.39153.17122.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 30.43%
GREEN value IS 203 (79.69% from 255) = 31.04%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=30.43%
G=31.04%
B=38.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992032520.210.1900.01235.4789.8388.43
HexC7CBFC151301eb5a58
Octal307313374252301353132130
Binary1100011111001011111111001010110011011110101110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CBFC; }

 p { color: rgb(199,203,252); }

 H1.HeaderClassName
 {
   color: #C7CBFC;
 }
 .AnyTagClassName
 {
   color: #C7CBFC;
 }
</style>
background-color css

<style>
 a { background-color: #C7CBFC; }

 a { background-color: rgb(199,203,252); }

 div.DivClassName
 {
   background-color: #C7CBFC;
 }
 .BgClassName
 {
   background-color: #C7CBFC;
 }
</style>
border-color css

<style>
 span { border-color: #C7CBFC; }

 span { border-color: rgb(199,203,252); }

 td.TdClassName
 {
   border-color: #C7CBFC;
 }
 .TagClassName
 {
   border-color: #C7CBFC;
 }
</style>